Html Css Color HEX #870819 Burgundy

📋 copy color: '#870819'

red 135 ◦ green 8 ◦ blue 25

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

Shades of Burgundy #870819

Tints of Burgundy #870819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.88%

R = 80.36%
G = 4.76%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#870819 (or 0x870819) is known color: Burgundy. HEX triplet: 87, 08 and 19. RGB value is (135,8,25). Sum of RGB (Red+Green+Blue) = 135+8+25=168 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.36% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 135 - color contains mainly: red. Hex color #870819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870819 is #78F7E6. Grayscale: #2F2F2F. Windows color (decimal): -7927783 or 1640583. OLE color: 1640583.

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

Color convert

RGB 135 8 25 -
CMYK 0 0.94 0.81 0.47
HSL 351.97º 0.89% 0.28% -
HSV(B) 351.97º 0.94% 0.53% -
XYZ 10.25 5.39 1.42 -
YUV 47.91 115.08 190.12 -
System Red Green Blue C M Y K H S L
Decimal 135 8 25 0 0.94 0.81 0.47 351.97 0.89 0.28
Hex 87 8 19 0 5E 51 2F 160 59 1C
Octal 207 10 31 0 136 121 57 540 131 34
Binary 10000111 1000 11001 0 1011110 1010001 101111 101100000 1011001 11100

Color Harmonies of #870819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870819

Black with #870819

Text Example


Text Example

White with #870819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870819; }

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

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

background-color css

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

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

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

border-color css

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

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

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