#612223

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

Shades of Burnt Crimson #612223

Tints of Burnt Crimson #612223

Color information

#612223 (or 0x612223) is unknown color: approx Burnt Crimson. HEX triplet: 61, 22 and 23. RGB value is (97,34,35). Sum of RGB (Red+Green+Blue) = 97+34+35=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #612223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612223 is #9EDDDC. Grayscale: #353535. Windows color (decimal): -10411485 or 2302561. OLE color: 2302561.

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

Color convert

RGB973435-
CMYK00.650.640.62
HSL359.05º48.09%25.69%-
HSV(B)359.05º64.95%38.04%-
XYZ5.813.812.02-
YUV52.95117.87159.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.43%
GREEN value IS 34 (13.67% from 255) = 20.48%
BLUE value IS 35 (14.06% from 255) = 21.08%
R=58.43%
G=20.48%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97343500.650.640.62359.0548.0925.69
Hex612223041403E167301a
Octal14142430101100765476032
Binary110000110001010001101000001100000011111010110011111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612223; }

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

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

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

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

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

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

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

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