#610022

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

Shades of Burgundy #610022

Tints of Burgundy #610022

Color information

#610022 (or 0x610022) is unknown color: approx Burgundy. HEX triplet: 61, 00 and 22. RGB value is (97,0,34). Sum of RGB (Red+Green+Blue) = 97+0+34=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #610022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610022 is #9EFFDD. Grayscale: #202020. Windows color (decimal): -10420190 or 2228321. OLE color: 2228321.

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

Color convert

RGB97034-
CMYK010.650.62
HSL338.97º100%19.02%-
HSV(B)338.97º100%38.04%-
XYZ5.222.661.75-
YUV32.88128.64173.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 25.95%
R=74.05%
G=0%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97034010.650.62338.9710019.02
Hex61022064413E1536413
Octal14104201441017652314423
Binary11000010100010011001001000001111110101010011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610022; }

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

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

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

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

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

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

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

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