Html Css Color HEX #870818 Burgundy

📋 copy color: '#870818'

red 135 ◦ green 8 ◦ blue 24

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

Shades of Burgundy #870818

Tints of Burgundy #870818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.79%

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

R = 80.84%
G = 4.79%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#870818 (or 0x870818) is known color: Burgundy. HEX triplet: 87, 08 and 18. RGB value is (135,8,24). Sum of RGB (Red+Green+Blue) = 135+8+24=167 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.84% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 135 - color contains mainly: red. Hex color #870818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870818 is #78F7E7. Grayscale: #2F2F2F. Windows color (decimal): -7927784 or 1575047. OLE color: 1575047.

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

Color convert

RGB 135 8 24 -
CMYK 0 0.94 0.82 0.47
HSL 352.44º 0.89% 0.28% -
HSV(B) 352.44º 0.94% 0.53% -
XYZ 10.24 5.39 1.36 -
YUV 47.8 114.58 190.2 -
System Red Green Blue C M Y K H S L
Decimal 135 8 24 0 0.94 0.82 0.47 352.44 0.89 0.28
Hex 87 8 18 0 5E 52 2F 160 59 1C
Octal 207 10 30 0 136 122 57 540 131 34
Binary 10000111 1000 11000 0 1011110 1010010 101111 101100000 1011001 11100

Color Harmonies of #870818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870818

Black with #870818

Text Example


Text Example

White with #870818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870818; }

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

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

background-color css

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

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

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

border-color css

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

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

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