Html Css Color HEX #872239 Shiraz

📋 copy color: '#872239'

red 135 ◦ green 34 ◦ blue 57

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

Shades of Shiraz #872239

Tints of Shiraz #872239

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.04%

 BLUE value IS 57 (22.66% from 255) = 25.22%

R = 59.73%
G = 15.04%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#872239 (or 0x872239) is known color: Shiraz. HEX triplet: 87, 22 and 39. RGB value is (135,34,57). Sum of RGB (Red+Green+Blue) = 135+34+57=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #872239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872239 is #78DDC6. Grayscale: #424242. Windows color (decimal): -7921095 or 3744391. OLE color: 3744391.

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

Color convert

RGB 135 34 57 -
CMYK 0 0.75 0.58 0.47
HSL 346.34º 0.6% 0.33% -
HSV(B) 346.34º 0.75% 0.53% -
XYZ 11.3 6.59 4.55 -
YUV 66.82 122.46 176.63 -
System Red Green Blue C M Y K H S L
Decimal 135 34 57 0 0.75 0.58 0.47 346.34 0.6 0.33
Hex 87 22 39 0 4B 3A 2F 15A 3C 21
Octal 207 42 71 0 113 72 57 532 74 41
Binary 10000111 100010 111001 0 1001011 111010 101111 101011010 111100 100001

Color Harmonies of #872239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872239

Black with #872239

Text Example


Text Example

White with #872239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872239; }

 p { color: rgb(135,34,57); }

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

background-color css

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

 a { background-color: rgb(135,34,57); }

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

border-color css

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

 span { border-color: rgb(135,34,57); }

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