#61001C

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

Shades of Burgundy #61001C

Tints of Burgundy #61001C

Color information

#61001C (or 0x61001C) is unknown color: approx Burgundy. HEX triplet: 61, 00 and 1C. RGB value is (97,0,28). Sum of RGB (Red+Green+Blue) = 97+0+28=125 (16% of max value = 765). Red value is 97 (38.28% from 255 or 77.6% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 97 - color contains mainly: red. Hex color #61001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61001C is #9EFFE3. Grayscale: #202020. Windows color (decimal): -10420196 or 1835105. OLE color: 1835105.

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

Color convert

RGB97028-
CMYK010.710.62
HSL342.68º100%19.02%-
HSV(B)342.68º100%38.04%-
XYZ5.142.631.33-
YUV32.2125.64174.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 77.6%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 22.4%
R=77.6%
G=0%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97028010.710.62342.6810019.02
Hex6101C064473E1576413
Octal14103401441077652714423
Binary1100001011100011001001000111111110101010111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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