#632021

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

Shades of Burnt Crimson #632021

Tints of Burnt Crimson #632021

Color information

#632021 (or 0x632021) is unknown color: approx Burnt Crimson. HEX triplet: 63, 20 and 21. RGB value is (99,32,33). Sum of RGB (Red+Green+Blue) = 99+32+33=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #632021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632021 is #9CDFDE. Grayscale: #343434. Windows color (decimal): -10280927 or 2170979. OLE color: 2170979.

HSL color Cylindrical-coordinate representation of color #632021: hue angle of 359.1º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632021 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB993233-
CMYK00.680.670.61
HSL359.1º51.15%25.69%-
HSV(B)359.1º67.68%38.82%-
XYZ5.943.81.86-
YUV52.15117.2161.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60.37%
GREEN value IS 32 (12.89% from 255) = 19.51%
BLUE value IS 33 (13.28% from 255) = 20.12%
R=60.37%
G=19.51%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99323300.680.670.61359.151.1525.69
Hex632021044433D167331a
Octal14340410104103755476332
Binary110001110000010000101000100100001111110110110011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632021; }

 p { color: rgb(99,32,33); }

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

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

 a { background-color: rgb(99,32,33); }

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

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

 span { border-color: rgb(99,32,33); }

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