Html Css Color HEX #872435 Shiraz

📋 copy color: '#872435'

red 135 ◦ green 36 ◦ blue 53

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

Shades of Shiraz #872435

Tints of Shiraz #872435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.66%

R = 60.27%
G = 16.07%
B = 23.66%

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

#872435 (or 0x872435) is known color: Shiraz. HEX triplet: 87, 24 and 35. RGB value is (135,36,53). Sum of RGB (Red+Green+Blue) = 135+36+53=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #872435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872435 is #78DBCA. Grayscale: #434343. Windows color (decimal): -7920587 or 3482759. OLE color: 3482759.

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

Color convert

RGB 135 36 53 -
CMYK 0 0.73 0.61 0.47
HSL 349.7º 0.58% 0.34% -
HSV(B) 349.7º 0.73% 0.53% -
XYZ 11.27 6.67 4.06 -
YUV 67.54 119.8 176.12 -
System Red Green Blue C M Y K H S L
Decimal 135 36 53 0 0.73 0.61 0.47 349.7 0.58 0.34
Hex 87 24 35 0 49 3D 2F 15E 3A 22
Octal 207 44 65 0 111 75 57 536 72 42
Binary 10000111 100100 110101 0 1001001 111101 101111 101011110 111010 100010

Color Harmonies of #872435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872435

Black with #872435

Text Example


Text Example

White with #872435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872435; }

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

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

background-color css

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

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

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

border-color css

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

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

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