#600019

Color #600019 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #600019

Tints of Burgundy #600019

Color information

#600019 (or 0x600019) is unknown color: approx Burgundy. HEX triplet: 60, 00 and 19. RGB value is (96,0,25). Sum of RGB (Red+Green+Blue) = 96+0+25=121 (16% of max value = 765). Red value is 96 (37.89% from 255 or 79.34% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 96 - color contains mainly: red. Hex color #600019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600019 is #9FFFE6. Grayscale: #1F1F1F. Windows color (decimal): -10485735 or 1638496. OLE color: 1638496.

HSL color Cylindrical-coordinate representation of color #600019: hue angle of 344.38º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600019 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB96025-
CMYK010.740.62
HSL344.38º100%18.82%-
HSV(B)344.38º100%37.65%-
XYZ52.561.15-
YUV31.55124.3173.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 79.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 20.66%
R=79.34%
G=0%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96025010.740.62344.3810018.82
Hex600190644A3E1586413
Octal14003101441127653014423
Binary1100000011001011001001001010111110101011000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600019; }

 p { color: rgb(96,0,25); }

 H1.HeaderClassName
 {
   color: #600019;
 }
 .AnyTagClassName
 {
   color: #600019;
 }
</style>
background-color css

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

 a { background-color: rgb(96,0,25); }

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

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

 span { border-color: rgb(96,0,25); }

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