Html Css Color HEX #871939 Shiraz

📋 copy color: '#871939'

red 135 ◦ green 25 ◦ blue 57

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

Shades of Shiraz #871939

Tints of Shiraz #871939

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.52%

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

R = 62.21%
G = 11.52%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#871939 (or 0x871939) is known color: Shiraz. HEX triplet: 87, 19 and 39. RGB value is (135,25,57). Sum of RGB (Red+Green+Blue) = 135+25+57=217 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.21% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 135 - color contains mainly: red. Hex color #871939 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871939 is #78E6C6. Grayscale: #3D3D3D. Windows color (decimal): -7923399 or 3742087. OLE color: 3742087.

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

Color convert

RGB 135 25 57 -
CMYK 0 0.81 0.58 0.47
HSL 342.55º 0.69% 0.31% -
HSV(B) 342.55º 0.81% 0.53% -
XYZ 11.08 6.14 4.47 -
YUV 61.54 125.44 180.4 -
System Red Green Blue C M Y K H S L
Decimal 135 25 57 0 0.81 0.58 0.47 342.55 0.69 0.31
Hex 87 19 39 0 51 3A 2F 157 45 1F
Octal 207 31 71 0 121 72 57 527 105 37
Binary 10000111 11001 111001 0 1010001 111010 101111 101010111 1000101 11111

Color Harmonies of #871939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871939

Black with #871939

Text Example


Text Example

White with #871939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871939; }

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

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

background-color css

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

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

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

border-color css

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

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

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