Html Css Color HEX #870918 Burgundy

📋 copy color: '#870918'

red 135 ◦ green 9 ◦ blue 24

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

Shades of Burgundy #870918

Tints of Burgundy #870918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.36%

 BLUE value IS 24 (9.77% from 255) = 14.29%

R = 80.36%
G = 5.36%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#870918 (or 0x870918) is known color: Burgundy. HEX triplet: 87, 09 and 18. RGB value is (135,9,24). Sum of RGB (Red+Green+Blue) = 135+9+24=168 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.36% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 135 - color contains mainly: red. Hex color #870918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870918 is #78F6E7. Grayscale: #303030. Windows color (decimal): -7927528 or 1575303. OLE color: 1575303.

HSL color Cylindrical-coordinate representation of color #870918: hue angle of 352.86º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870918 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 9 24 -
CMYK 0 0.93 0.82 0.47
HSL 352.86º 0.88% 0.28% -
HSV(B) 352.86º 0.93% 0.53% -
XYZ 10.25 5.41 1.37 -
YUV 48.38 114.24 189.78 -
System Red Green Blue C M Y K H S L
Decimal 135 9 24 0 0.93 0.82 0.47 352.86 0.88 0.28
Hex 87 9 18 0 5D 52 2F 161 58 1C
Octal 207 11 30 0 135 122 57 541 130 34
Binary 10000111 1001 11000 0 1011101 1010010 101111 101100001 1011000 11100

Color Harmonies of #870918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870918

Black with #870918

Text Example


Text Example

White with #870918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870918; }

 p { color: rgb(135,9,24); }

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

background-color css

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

 a { background-color: rgb(135,9,24); }

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

border-color css

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

 span { border-color: rgb(135,9,24); }

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