#532021

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

Shades of Burnt Crimson #532021

Tints of Burnt Crimson #532021

Color information

#532021 (or 0x532021) is unknown color: approx Burnt Crimson. HEX triplet: 53, 20 and 21. RGB value is (83,32,33). Sum of RGB (Red+Green+Blue) = 83+32+33=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #532021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532021 is #ACDFDE. Grayscale: #2F2F2F. Windows color (decimal): -11329503 or 2170963. OLE color: 2170963.

HSL color Cylindrical-coordinate representation of color #532021: hue angle of 358.82º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #532021 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB833233-
CMYK00.610.600.67
HSL358.82º44.35%22.55%-
HSV(B)358.82º61.45%32.55%-
XYZ4.362.981.78-
YUV47.36119.9153.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.08%
GREEN value IS 32 (12.89% from 255) = 21.62%
BLUE value IS 33 (13.28% from 255) = 22.30%
R=56.08%
G=21.62%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83323300.610.600.67358.8244.3522.55
Hex53202103D3C431672c17
Octal1234041075741035475427
Binary10100111000001000010111101111100100001110110011110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532021; }

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

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

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

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

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

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

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

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