Html Css Color HEX #870119 Burgundy

📋 copy color: '#870119'

red 135 ◦ green 1 ◦ blue 25

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

Shades of Burgundy #870119

Tints of Burgundy #870119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

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

R = 83.85%
G = 0.62%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#870119 (or 0x870119) is known color: Burgundy. HEX triplet: 87, 01 and 19. RGB value is (135,1,25). Sum of RGB (Red+Green+Blue) = 135+1+25=161 (21% of max value = 765). Red value is 135 (53.12% from 255 or 83.85% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 135 - color contains mainly: red. Hex color #870119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870119 is #78FEE6. Grayscale: #2B2B2B. Windows color (decimal): -7929575 or 1638791. OLE color: 1638791.

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

Color convert

RGB 135 1 25 -
CMYK 0 0.99 0.81 0.47
HSL 349.25º 0.99% 0.27% -
HSV(B) 349.25º 0.99% 0.53% -
XYZ 10.18 5.24 1.4 -
YUV 43.8 117.39 193.05 -
System Red Green Blue C M Y K H S L
Decimal 135 1 25 0 0.99 0.81 0.47 349.25 0.99 0.27
Hex 87 1 19 0 63 51 2F 15D 63 1B
Octal 207 1 31 0 143 121 57 535 143 33
Binary 10000111 1 11001 0 1100011 1010001 101111 101011101 1100011 11011

Color Harmonies of #870119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870119

Black with #870119

Text Example


Text Example

White with #870119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870119; }

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

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

background-color css

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

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

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

border-color css

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

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

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