#622022

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

Shades of Burnt Crimson #622022

Tints of Burnt Crimson #622022

Color information

#622022 (or 0x622022) is unknown color: approx Burnt Crimson. HEX triplet: 62, 20 and 22. RGB value is (98,32,34). Sum of RGB (Red+Green+Blue) = 98+32+34=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 34 (13.67% from 255 or 20.73% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #622022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622022 is #9DDFDD. Grayscale: #343434. Windows color (decimal): -10346462 or 2236514. OLE color: 2236514.

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

Color convert

RGB983234-
CMYK00.670.650.62
HSL358.18º50.77%25.49%-
HSV(B)358.18º67.35%38.43%-
XYZ5.843.751.93-
YUV51.96117.87160.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.76%
GREEN value IS 32 (12.89% from 255) = 19.51%
BLUE value IS 34 (13.67% from 255) = 20.73%
R=59.76%
G=19.51%
B=20.73%

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
Decimal98323400.670.650.62358.1850.7725.49
Hex622022043413E1663319
Octal14240420103101765466331
Binary110001010000010001001000011100000111111010110011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622022; }

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

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

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

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

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

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

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

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