Html Css Color HEX #84213D Shiraz

📋 copy color: '#84213D'

red 132 ◦ green 33 ◦ blue 61

#84213D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shiraz #84213D

Tints of Shiraz #84213D

RGB

 RED value IS 132 (51.95% from 255) = 58.41%

 GREEN value IS 33 (13.28% from 255) = 14.6%

 BLUE value IS 61 (24.22% from 255) = 26.99%

R = 58.41%
G = 14.6%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#84213D (or 0x84213D) is known color: Shiraz. HEX triplet: 84, 21 and 3D. RGB value is (132,33,61). Sum of RGB (Red+Green+Blue) = 132+33+61=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #84213D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84213D is #7BDEC2. Grayscale: #414141. Windows color (decimal): -8117955 or 4006276. OLE color: 4006276.

HSL color Cylindrical-coordinate representation of color #84213D: hue angle of 343.03º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #84213D is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 33 61 -
CMYK 0 0.75 0.54 0.48
HSL 343.03º 0.6% 0.32% -
HSV(B) 343.03º 0.75% 0.52% -
XYZ 10.9 6.33 5.06 -
YUV 65.79 125.3 175.22 -
System Red Green Blue C M Y K H S L
Decimal 132 33 61 0 0.75 0.54 0.48 343.03 0.6 0.32
Hex 84 21 3D 0 4B 36 30 157 3C 20
Octal 204 41 75 0 113 66 60 527 74 40
Binary 10000100 100001 111101 0 1001011 110110 110000 101010111 111100 100000

Color Harmonies of #84213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84213D

Black with #84213D

Text Example


Text Example

White with #84213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84213D; }

 p { color: rgb(132,33,61); }

 H1.HeaderClassName
 {
   color: #84213D;
 }
 .AnyTagClassName
 {
   color: #84213D;
 }
</style>

background-color css

<style>
 a { background-color: #84213D; }

 a { background-color: rgb(132,33,61); }

 div.DivClassName
 {
   background-color: #84213D;
 }
 .BgClassName
 {
   background-color: #84213D;
 }
</style>

border-color css

<style>
 span { border-color: #84213D; }

 span { border-color: rgb(132,33,61); }

 td.TdClassName
 {
   border-color: #84213D;
 }
 .TagClassName
 {
   border-color: #84213D;
 }
</style>