Html Css Color HEX #870419 Burgundy

📋 copy color: '#870419'

red 135 ◦ green 4 ◦ blue 25

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

Shades of Burgundy #870419

Tints of Burgundy #870419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.44%

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

R = 82.32%
G = 2.44%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#870419 (or 0x870419) is known color: Burgundy. HEX triplet: 87, 04 and 19. RGB value is (135,4,25). Sum of RGB (Red+Green+Blue) = 135+4+25=164 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.32% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 135 - color contains mainly: red. Hex color #870419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870419 is #78FBE6. Grayscale: #2D2D2D. Windows color (decimal): -7928807 or 1639559. OLE color: 1639559.

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

Color convert

RGB 135 4 25 -
CMYK 0 0.97 0.81 0.47
HSL 350.38º 0.94% 0.27% -
HSV(B) 350.38º 0.97% 0.53% -
XYZ 10.21 5.31 1.41 -
YUV 45.56 116.4 191.79 -
System Red Green Blue C M Y K H S L
Decimal 135 4 25 0 0.97 0.81 0.47 350.38 0.94 0.27
Hex 87 4 19 0 61 51 2F 15E 5E 1B
Octal 207 4 31 0 141 121 57 536 136 33
Binary 10000111 100 11001 0 1100001 1010001 101111 101011110 1011110 11011

Color Harmonies of #870419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870419

Black with #870419

Text Example


Text Example

White with #870419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870419; }

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

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

background-color css

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

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

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

border-color css

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

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

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