Html Css Color HEX #872331 Shiraz

📋 copy color: '#872331'

red 135 ◦ green 35 ◦ blue 49

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

Shades of Shiraz #872331

Tints of Shiraz #872331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.98%

 BLUE value IS 49 (19.53% from 255) = 22.37%

R = 61.64%
G = 15.98%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#872331 (or 0x872331) is known color: Shiraz. HEX triplet: 87, 23 and 31. RGB value is (135,35,49). Sum of RGB (Red+Green+Blue) = 135+35+49=219 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.64% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 135 - color contains mainly: red. Hex color #872331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872331 is #78DCCE. Grayscale: #424242. Windows color (decimal): -7920847 or 3220359. OLE color: 3220359.

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

Color convert

RGB 135 35 49 -
CMYK 0 0.74 0.64 0.47
HSL 351.6º 0.59% 0.33% -
HSV(B) 351.6º 0.74% 0.53% -
XYZ 11.15 6.57 3.59 -
YUV 66.5 118.13 176.86 -
System Red Green Blue C M Y K H S L
Decimal 135 35 49 0 0.74 0.64 0.47 351.6 0.59 0.33
Hex 87 23 31 0 4A 40 2F 160 3B 21
Octal 207 43 61 0 112 100 57 540 73 41
Binary 10000111 100011 110001 0 1001010 1000000 101111 101100000 111011 100001

Color Harmonies of #872331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872331

Black with #872331

Text Example


Text Example

White with #872331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872331; }

 p { color: rgb(135,35,49); }

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

background-color css

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

 a { background-color: rgb(135,35,49); }

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

border-color css

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

 span { border-color: rgb(135,35,49); }

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