#610021

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

Shades of Burgundy #610021

Tints of Burgundy #610021

Color information

#610021 (or 0x610021) is unknown color: approx Burgundy. HEX triplet: 61, 00 and 21. RGB value is (97,0,33). Sum of RGB (Red+Green+Blue) = 97+0+33=130 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.62% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 97 - color contains mainly: red. Hex color #610021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610021 is #9EFFDE. Grayscale: #202020. Windows color (decimal): -10420191 or 2162785. OLE color: 2162785.

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

Color convert

RGB97033-
CMYK010.660.62
HSL339.59º100%19.02%-
HSV(B)339.59º100%38.04%-
XYZ5.22.651.68-
YUV32.76128.14173.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 33 (13.28% from 255) = 25.38%
R=74.62%
G=0%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97033010.660.62339.5910019.02
Hex61021064423E1546413
Octal14104101441027652414423
Binary11000010100001011001001000010111110101010100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610021; }

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

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

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

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

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

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

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

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