#622122

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

Shades of Burnt Crimson #622122

Tints of Burnt Crimson #622122

Color information

#622122 (or 0x622122) is unknown color: approx Burnt Crimson. HEX triplet: 62, 21 and 22. RGB value is (98,33,34). Sum of RGB (Red+Green+Blue) = 98+33+34=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #622122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622122 is #9DDEDD. Grayscale: #343434. Windows color (decimal): -10346206 or 2236770. OLE color: 2236770.

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

Color convert

RGB983334-
CMYK00.660.650.62
HSL359.08º49.62%25.69%-
HSV(B)359.08º66.33%38.43%-
XYZ5.873.81.94-
YUV52.55117.53160.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.39%
GREEN value IS 33 (13.28% from 255) = 20%
BLUE value IS 34 (13.67% from 255) = 20.61%
R=59.39%
G=20%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98333400.660.650.62359.0849.6225.69
Hex622122042413E167321a
Octal14241420102101765476232
Binary110001010000110001001000010100000111111010110011111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622122; }

 p { color: rgb(98,33,34); }

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

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

 a { background-color: rgb(98,33,34); }

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

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

 span { border-color: rgb(98,33,34); }

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