#612022

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

Shades of Burnt Crimson #612022

Tints of Burnt Crimson #612022

Color information

#612022 (or 0x612022) is unknown color: approx Burnt Crimson. HEX triplet: 61, 20 and 22. RGB value is (97,32,34). Sum of RGB (Red+Green+Blue) = 97+32+34=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #612022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612022 is #9EDFDD. Grayscale: #333333. Windows color (decimal): -10411998 or 2236513. OLE color: 2236513.

HSL color Cylindrical-coordinate representation of color #612022: hue angle of 358.15º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #612022 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB973234-
CMYK00.670.650.62
HSL358.15º50.39%25.29%-
HSV(B)358.15º67.01%38.04%-
XYZ5.743.691.92-
YUV51.66118.03160.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.51%
GREEN value IS 32 (12.89% from 255) = 19.63%
BLUE value IS 34 (13.67% from 255) = 20.86%
R=59.51%
G=19.63%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97323400.670.650.62358.1550.3925.29
Hex612022043413E1663219
Octal14140420103101765466231
Binary110000110000010001001000011100000111111010110011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612022; }

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

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

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

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

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

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

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

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