#622223

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

Shades of Burnt Crimson #622223

Tints of Burnt Crimson #622223

Color information

#622223 (or 0x622223) is unknown color: approx Burnt Crimson. HEX triplet: 62, 22 and 23. RGB value is (98,34,35). Sum of RGB (Red+Green+Blue) = 98+34+35=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #622223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622223 is #9DDDDC. Grayscale: #353535. Windows color (decimal): -10345949 or 2302562. OLE color: 2302562.

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

Color convert

RGB983435-
CMYK00.650.640.62
HSL359.06º48.48%25.88%-
HSV(B)359.06º65.31%38.43%-
XYZ5.913.862.02-
YUV53.25117.7159.92-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.68%
GREEN value IS 34 (13.67% from 255) = 20.36%
BLUE value IS 35 (14.06% from 255) = 20.96%
R=58.68%
G=20.36%
B=20.96%

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
Decimal98343500.650.640.62359.0648.4825.88
Hex622223041403E167301a
Octal14242430101100765476032
Binary110001010001010001101000001100000011111010110011111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622223; }

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

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

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

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

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

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

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

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