Html Css Color HEX #872037 Shiraz

📋 copy color: '#872037'

red 135 ◦ green 32 ◦ blue 55

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

Shades of Shiraz #872037

Tints of Shiraz #872037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 24.77%

R = 60.81%
G = 14.41%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#872037 (or 0x872037) is known color: Shiraz. HEX triplet: 87, 20 and 37. RGB value is (135,32,55). Sum of RGB (Red+Green+Blue) = 135+32+55=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 55 (21.88% from 255 or 24.77% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #872037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872037 is #78DFC8. Grayscale: #414141. Windows color (decimal): -7921609 or 3612807. OLE color: 3612807.

HSL color Cylindrical-coordinate representation of color #872037: hue angle of 346.6º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872037 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 32 55 -
CMYK 0 0.76 0.59 0.47
HSL 346.6º 0.62% 0.33% -
HSV(B) 346.6º 0.76% 0.53% -
XYZ 11.2 6.46 4.27 -
YUV 65.42 122.12 177.63 -
System Red Green Blue C M Y K H S L
Decimal 135 32 55 0 0.76 0.59 0.47 346.6 0.62 0.33
Hex 87 20 37 0 4C 3B 2F 15B 3E 21
Octal 207 40 67 0 114 73 57 533 76 41
Binary 10000111 100000 110111 0 1001100 111011 101111 101011011 111110 100001

Color Harmonies of #872037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872037

Black with #872037

Text Example


Text Example

White with #872037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872037; }

 p { color: rgb(135,32,55); }

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

background-color css

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

 a { background-color: rgb(135,32,55); }

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

border-color css

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

 span { border-color: rgb(135,32,55); }

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