Html Css Color HEX #871836 Shiraz

📋 copy color: '#871836'

red 135 ◦ green 24 ◦ blue 54

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

Shades of Shiraz #871836

Tints of Shiraz #871836

RGB

 RED value IS 135 (53.13% from 255) = 63.38%

 GREEN value IS 24 (9.77% from 255) = 11.27%

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

R = 63.38%
G = 11.27%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#871836 (or 0x871836) is known color: Shiraz. HEX triplet: 87, 18 and 36. RGB value is (135,24,54). Sum of RGB (Red+Green+Blue) = 135+24+54=213 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.38% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 135 - color contains mainly: red. Hex color #871836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871836 is #78E7C9. Grayscale: #3C3C3C. Windows color (decimal): -7923658 or 3545223. OLE color: 3545223.

HSL color Cylindrical-coordinate representation of color #871836: hue angle of 343.78º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #871836 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 24 54 -
CMYK 0 0.82 0.60 0.47
HSL 343.78º 0.7% 0.31% -
HSV(B) 343.78º 0.82% 0.53% -
XYZ 10.98 6.07 4.08 -
YUV 60.61 124.27 181.06 -
System Red Green Blue C M Y K H S L
Decimal 135 24 54 0 0.82 0.60 0.47 343.78 0.7 0.31
Hex 87 18 36 0 52 3C 2F 158 46 1F
Octal 207 30 66 0 122 74 57 530 106 37
Binary 10000111 11000 110110 0 1010010 111100 101111 101011000 1000110 11111

Color Harmonies of #871836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871836

Black with #871836

Text Example


Text Example

White with #871836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871836; }

 p { color: rgb(135,24,54); }

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

background-color css

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

 a { background-color: rgb(135,24,54); }

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

border-color css

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

 span { border-color: rgb(135,24,54); }

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