#622224

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

Shades of Burnt Crimson #622224

Tints of Burnt Crimson #622224

Color information

#622224 (or 0x622224) is unknown color: approx Burnt Crimson. HEX triplet: 62, 22 and 24. RGB value is (98,34,36). Sum of RGB (Red+Green+Blue) = 98+34+36=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #622224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622224 is #9DDDDB. Grayscale: #353535. Windows color (decimal): -10345948 or 2368098. OLE color: 2368098.

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

Color convert

RGB983436-
CMYK00.650.630.62
HSL358.12º48.48%25.88%-
HSV(B)358.12º65.31%38.43%-
XYZ5.933.872.1-
YUV53.36118.2159.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.33%
GREEN value IS 34 (13.67% from 255) = 20.24%
BLUE value IS 36 (14.45% from 255) = 21.43%
R=58.33%
G=20.24%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98343600.650.630.62358.1248.4825.88
Hex6222240413F3E166301a
Octal1424244010177765466032
Binary11000101000101001000100000111111111111010110011011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622224; }

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

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

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

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

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

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

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

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