#610018

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

Shades of Burgundy #610018

Tints of Burgundy #610018

Color information

#610018 (or 0x610018) is unknown color: approx Burgundy. HEX triplet: 61, 00 and 18. RGB value is (97,0,24). Sum of RGB (Red+Green+Blue) = 97+0+24=121 (16% of max value = 765). Red value is 97 (38.28% from 255 or 80.17% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 97 - color contains mainly: red. Hex color #610018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610018 is #9EFFE7. Grayscale: #1F1F1F. Windows color (decimal): -10420200 or 1572961. OLE color: 1572961.

HSL color Cylindrical-coordinate representation of color #610018: hue angle of 345.15º 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 #610018 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB97024-
CMYK010.750.62
HSL345.15º100%19.02%-
HSV(B)345.15º100%38.04%-
XYZ5.092.611.1-
YUV31.74123.64174.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 80.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 19.83%
R=80.17%
G=0%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97024010.750.62345.1510019.02
Hex610180644B3E1596413
Octal14103001441137653114423
Binary1100001011000011001001001011111110101011001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610018; }

 p { color: rgb(97,0,24); }

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

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

 a { background-color: rgb(97,0,24); }

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

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

 span { border-color: rgb(97,0,24); }

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