Html Css Color HEX #871937 Shiraz

📋 copy color: '#871937'

red 135 ◦ green 25 ◦ blue 55

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

Shades of Shiraz #871937

Tints of Shiraz #871937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25.58%

R = 62.79%
G = 11.63%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#871937 (or 0x871937) is known color: Shiraz. HEX triplet: 87, 19 and 37. RGB value is (135,25,55). Sum of RGB (Red+Green+Blue) = 135+25+55=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #871937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871937 is #78E6C8. Grayscale: #3D3D3D. Windows color (decimal): -7923401 or 3611015. OLE color: 3611015.

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

Color convert

RGB 135 25 55 -
CMYK 0 0.81 0.59 0.47
HSL 343.64º 0.69% 0.31% -
HSV(B) 343.64º 0.81% 0.53% -
XYZ 11.03 6.12 4.21 -
YUV 61.31 124.44 180.56 -
System Red Green Blue C M Y K H S L
Decimal 135 25 55 0 0.81 0.59 0.47 343.64 0.69 0.31
Hex 87 19 37 0 51 3B 2F 158 45 1F
Octal 207 31 67 0 121 73 57 530 105 37
Binary 10000111 11001 110111 0 1010001 111011 101111 101011000 1000101 11111

Color Harmonies of #871937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871937

Black with #871937

Text Example


Text Example

White with #871937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871937; }

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

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

background-color css

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

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

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

border-color css

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

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

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