#61011F

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

Shades of Burgundy #61011F

Tints of Burgundy #61011F

Color information

#61011F (or 0x61011F) is unknown color: approx Burgundy. HEX triplet: 61, 01 and 1F. RGB value is (97,1,31). Sum of RGB (Red+Green+Blue) = 97+1+31=129 (17% of max value = 765). Red value is 97 (38.28% from 255 or 75.19% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 97 - color contains mainly: red. Hex color #61011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61011F is #9EFEE0. Grayscale: #212121. Windows color (decimal): -10419937 or 2031969. OLE color: 2031969.

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

Color convert

RGB97131-
CMYK00.990.680.62
HSL341.25º97.96%19.22%-
HSV(B)341.25º98.97%38.04%-
XYZ5.192.661.54-
YUV33.12126.8173.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 75.19%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 31 (12.5% from 255) = 24.03%
R=75.19%
G=0.78%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9713100.990.680.62341.2597.9619.22
Hex6111F063443E1556213
Octal14113701431047652514223
Binary1100001111111011000111000100111110101010101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61011F; }

 p { color: rgb(97,1,31); }

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

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

 a { background-color: rgb(97,1,31); }

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

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

 span { border-color: rgb(97,1,31); }

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