Html Css Color HEX #870619 Burgundy

📋 copy color: '#870619'

red 135 ◦ green 6 ◦ blue 25

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

Shades of Burgundy #870619

Tints of Burgundy #870619

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.61%

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

R = 81.33%
G = 3.61%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#870619 (or 0x870619) is known color: Burgundy. HEX triplet: 87, 06 and 19. RGB value is (135,6,25). Sum of RGB (Red+Green+Blue) = 135+6+25=166 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.33% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 135 - color contains mainly: red. Hex color #870619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870619 is #78F9E6. Grayscale: #2E2E2E. Windows color (decimal): -7928295 or 1640071. OLE color: 1640071.

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

Color convert

RGB 135 6 25 -
CMYK 0 0.96 0.81 0.47
HSL 351.16º 0.91% 0.28% -
HSV(B) 351.16º 0.96% 0.53% -
XYZ 10.23 5.35 1.41 -
YUV 46.74 115.74 190.96 -
System Red Green Blue C M Y K H S L
Decimal 135 6 25 0 0.96 0.81 0.47 351.16 0.91 0.28
Hex 87 6 19 0 60 51 2F 15F 5B 1C
Octal 207 6 31 0 140 121 57 537 133 34
Binary 10000111 110 11001 0 1100000 1010001 101111 101011111 1011011 11100

Color Harmonies of #870619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870619

Black with #870619

Text Example


Text Example

White with #870619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870619; }

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

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

background-color css

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

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

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

border-color css

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

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

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