Html Css Color HEX #842036 Shiraz

📋 copy color: '#842036'

red 132 ◦ green 32 ◦ blue 54

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

Shades of Shiraz #842036

Tints of Shiraz #842036

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

 BLUE value IS 54 (21.48% from 255) = 24.77%

R = 60.55%
G = 14.68%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#842036 (or 0x842036) is known color: Shiraz. HEX triplet: 84, 20 and 36. RGB value is (132,32,54). Sum of RGB (Red+Green+Blue) = 132+32+54=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #842036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842036 is #7BDFC9. Grayscale: #404040. Windows color (decimal): -8118218 or 3547268. OLE color: 3547268.

HSL color Cylindrical-coordinate representation of color #842036: hue angle of 346.8º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842036 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 32 54 -
CMYK 0 0.76 0.59 0.48
HSL 346.8º 0.61% 0.32% -
HSV(B) 346.8º 0.76% 0.52% -
XYZ 10.7 6.2 4.12 -
YUV 64.41 122.13 176.21 -
System Red Green Blue C M Y K H S L
Decimal 132 32 54 0 0.76 0.59 0.48 346.8 0.61 0.32
Hex 84 20 36 0 4C 3B 30 15B 3D 20
Octal 204 40 66 0 114 73 60 533 75 40
Binary 10000100 100000 110110 0 1001100 111011 110000 101011011 111101 100000

Color Harmonies of #842036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842036

Black with #842036

Text Example


Text Example

White with #842036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842036; }

 p { color: rgb(132,32,54); }

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

background-color css

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

 a { background-color: rgb(132,32,54); }

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

border-color css

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

 span { border-color: rgb(132,32,54); }

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