Html Css Color HEX #872034 Shiraz

📋 copy color: '#872034'

red 135 ◦ green 32 ◦ blue 52

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

Shades of Shiraz #872034

Tints of Shiraz #872034

RGB

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

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

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

R = 61.64%
G = 14.61%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#872034 (or 0x872034) is known color: Shiraz. HEX triplet: 87, 20 and 34. RGB value is (135,32,52). Sum of RGB (Red+Green+Blue) = 135+32+52=219 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.64% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 135 - color contains mainly: red. Hex color #872034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872034 is #78DFCB. Grayscale: #414141. Windows color (decimal): -7921612 or 3416199. OLE color: 3416199.

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

Color convert

RGB 135 32 52 -
CMYK 0 0.76 0.61 0.47
HSL 348.35º 0.62% 0.33% -
HSV(B) 348.35º 0.76% 0.53% -
XYZ 11.13 6.43 3.9 -
YUV 65.08 120.62 177.87 -
System Red Green Blue C M Y K H S L
Decimal 135 32 52 0 0.76 0.61 0.47 348.35 0.62 0.33
Hex 87 20 34 0 4C 3D 2F 15C 3E 21
Octal 207 40 64 0 114 75 57 534 76 41
Binary 10000111 100000 110100 0 1001100 111101 101111 101011100 111110 100001

Color Harmonies of #872034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872034

Black with #872034

Text Example


Text Example

White with #872034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872034; }

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

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

background-color css

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

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

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

border-color css

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

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

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