Html Css Color HEX #872434 Shiraz

📋 copy color: '#872434'

red 135 ◦ green 36 ◦ blue 52

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

Shades of Shiraz #872434

Tints of Shiraz #872434

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.14%

 BLUE value IS 52 (20.7% from 255) = 23.32%

R = 60.54%
G = 16.14%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#872434 (or 0x872434) is known color: Shiraz. HEX triplet: 87, 24 and 34. RGB value is (135,36,52). Sum of RGB (Red+Green+Blue) = 135+36+52=223 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.54% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 135 - color contains mainly: red. Hex color #872434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872434 is #78DBCB. Grayscale: #434343. Windows color (decimal): -7920588 or 3417223. OLE color: 3417223.

HSL color Cylindrical-coordinate representation of color #872434: hue angle of 350.3º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #872434 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 36 52 -
CMYK 0 0.73 0.61 0.47
HSL 350.3º 0.58% 0.34% -
HSV(B) 350.3º 0.73% 0.53% -
XYZ 11.24 6.66 3.94 -
YUV 67.43 119.3 176.2 -
System Red Green Blue C M Y K H S L
Decimal 135 36 52 0 0.73 0.61 0.47 350.3 0.58 0.34
Hex 87 24 34 0 49 3D 2F 15E 3A 22
Octal 207 44 64 0 111 75 57 536 72 42
Binary 10000111 100100 110100 0 1001001 111101 101111 101011110 111010 100010

Color Harmonies of #872434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872434

Black with #872434

Text Example


Text Example

White with #872434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872434; }

 p { color: rgb(135,36,52); }

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

background-color css

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

 a { background-color: rgb(135,36,52); }

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

border-color css

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

 span { border-color: rgb(135,36,52); }

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