#622123

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

Shades of Burnt Crimson #622123

Tints of Burnt Crimson #622123

Color information

#622123 (or 0x622123) is unknown color: approx Burnt Crimson. HEX triplet: 62, 21 and 23. RGB value is (98,33,35). Sum of RGB (Red+Green+Blue) = 98+33+35=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #622123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622123 is #9DDEDC. Grayscale: #343434. Windows color (decimal): -10346205 or 2302306. OLE color: 2302306.

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

Color convert

RGB983335-
CMYK00.660.640.62
HSL358.15º49.62%25.69%-
HSV(B)358.15º66.33%38.43%-
XYZ5.883.812.01-
YUV52.66118.03160.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.04%
GREEN value IS 33 (13.28% from 255) = 19.88%
BLUE value IS 35 (14.06% from 255) = 21.08%
R=59.04%
G=19.88%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98333500.660.640.62358.1549.6225.69
Hex622123042403E166321a
Octal14241430102100765466232
Binary110001010000110001101000010100000011111010110011011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622123; }

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

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

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

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

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

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

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

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