Html Css Color HEX #872132 Shiraz

📋 copy color: '#872132'

red 135 ◦ green 33 ◦ blue 50

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

Shades of Shiraz #872132

Tints of Shiraz #872132

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.14%

 BLUE value IS 50 (19.92% from 255) = 22.94%

R = 61.93%
G = 15.14%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#872132 (or 0x872132) is known color: Shiraz. HEX triplet: 87, 21 and 32. RGB value is (135,33,50). Sum of RGB (Red+Green+Blue) = 135+33+50=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #872132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872132 is #78DECD. Grayscale: #414141. Windows color (decimal): -7921358 or 3285383. OLE color: 3285383.

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

Color convert

RGB 135 33 50 -
CMYK 0 0.76 0.63 0.47
HSL 350º 0.61% 0.33% -
HSV(B) 350º 0.76% 0.53% -
XYZ 11.11 6.47 3.68 -
YUV 65.44 119.29 177.62 -
System Red Green Blue C M Y K H S L
Decimal 135 33 50 0 0.76 0.63 0.47 350 0.61 0.33
Hex 87 21 32 0 4C 3F 2F 15E 3D 21
Octal 207 41 62 0 114 77 57 536 75 41
Binary 10000111 100001 110010 0 1001100 111111 101111 101011110 111101 100001

Color Harmonies of #872132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872132

Black with #872132

Text Example


Text Example

White with #872132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872132; }

 p { color: rgb(135,33,50); }

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

background-color css

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

 a { background-color: rgb(135,33,50); }

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

border-color css

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

 span { border-color: rgb(135,33,50); }

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