Html Css Color HEX #872033 Shiraz

📋 copy color: '#872033'

red 135 ◦ green 32 ◦ blue 51

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

Shades of Shiraz #872033

Tints of Shiraz #872033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.39%

R = 61.93%
G = 14.68%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#872033 (or 0x872033) is known color: Shiraz. HEX triplet: 87, 20 and 33. RGB value is (135,32,51). Sum of RGB (Red+Green+Blue) = 135+32+51=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #872033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872033 is #78DFCC. Grayscale: #404040. Windows color (decimal): -7921613 or 3350663. OLE color: 3350663.

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

Color convert

RGB 135 32 51 -
CMYK 0 0.76 0.62 0.47
HSL 348.93º 0.62% 0.33% -
HSV(B) 348.93º 0.76% 0.53% -
XYZ 11.11 6.42 3.79 -
YUV 64.96 120.12 177.96 -
System Red Green Blue C M Y K H S L
Decimal 135 32 51 0 0.76 0.62 0.47 348.93 0.62 0.33
Hex 87 20 33 0 4C 3E 2F 15D 3E 21
Octal 207 40 63 0 114 76 57 535 76 41
Binary 10000111 100000 110011 0 1001100 111110 101111 101011101 111110 100001

Color Harmonies of #872033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872033

Black with #872033

Text Example


Text Example

White with #872033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872033; }

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

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

background-color css

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

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

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

border-color css

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

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

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