#61000C

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

Shades of Burgundy #61000C

Tints of Burgundy #61000C

Color information

#61000C (or 0x61000C) is unknown color: approx Burgundy. HEX triplet: 61, 00 and 0C. RGB value is (97,0,12). Sum of RGB (Red+Green+Blue) = 97+0+12=109 (14% of max value = 765). Red value is 97 (38.28% from 255 or 88.99% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 97 - color contains mainly: red. Hex color #61000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61000C is #9EFFF3. Grayscale: #1E1E1E. Windows color (decimal): -10420212 or 786529. OLE color: 786529.

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

Color convert

RGB97012-
CMYK010.880.62
HSL352.58º100%19.02%-
HSV(B)352.58º100%38.04%-
XYZ52.570.58-
YUV30.37117.64175.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 88.99%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 11.01%
R=88.99%
G=0%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97012010.880.62352.5810019.02
Hex610C064583E1616413
Octal14101401441307654114423
Binary110000101100011001001011000111110101100001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61000C; }

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

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

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

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

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

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

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

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