Html Css Color HEX #872039 Shiraz

📋 copy color: '#872039'

red 135 ◦ green 32 ◦ blue 57

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

Shades of Shiraz #872039

Tints of Shiraz #872039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.45%

R = 60.27%
G = 14.29%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#872039 (or 0x872039) is known color: Shiraz. HEX triplet: 87, 20 and 39. RGB value is (135,32,57). Sum of RGB (Red+Green+Blue) = 135+32+57=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #872039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872039 is #78DFC6. Grayscale: #414141. Windows color (decimal): -7921607 or 3743879. OLE color: 3743879.

HSL color Cylindrical-coordinate representation of color #872039: hue angle of 345.44º 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 #872039 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 32 57 -
CMYK 0 0.76 0.58 0.47
HSL 345.44º 0.62% 0.33% -
HSV(B) 345.44º 0.76% 0.53% -
XYZ 11.25 6.48 4.53 -
YUV 65.65 123.12 177.47 -
System Red Green Blue C M Y K H S L
Decimal 135 32 57 0 0.76 0.58 0.47 345.44 0.62 0.33
Hex 87 20 39 0 4C 3A 2F 159 3E 21
Octal 207 40 71 0 114 72 57 531 76 41
Binary 10000111 100000 111001 0 1001100 111010 101111 101011001 111110 100001

Color Harmonies of #872039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872039

Black with #872039

Text Example


Text Example

White with #872039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872039; }

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

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

background-color css

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

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

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

border-color css

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

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

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