#532022

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

Shades of Burnt Crimson #532022

Tints of Burnt Crimson #532022

Color information

#532022 (or 0x532022) is unknown color: approx Burnt Crimson. HEX triplet: 53, 20 and 22. RGB value is (83,32,34). Sum of RGB (Red+Green+Blue) = 83+32+34=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #532022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532022 is #ACDFDD. Grayscale: #2F2F2F. Windows color (decimal): -11329502 or 2236499. OLE color: 2236499.

HSL color Cylindrical-coordinate representation of color #532022: hue angle of 357.65º 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 #532022 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB833234-
CMYK00.610.590.67
HSL357.65º44.35%22.55%-
HSV(B)357.65º61.45%32.55%-
XYZ4.372.991.86-
YUV47.48120.4153.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.70%
GREEN value IS 32 (12.89% from 255) = 21.48%
BLUE value IS 34 (13.67% from 255) = 22.82%
R=55.70%
G=21.48%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83323400.610.590.67357.6544.3522.55
Hex53202203D3B431662c17
Octal1234042075731035465427
Binary10100111000001000100111101111011100001110110011010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532022; }

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

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

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

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

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

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

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

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