#532023

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

Shades of Burnt Crimson #532023

Tints of Burnt Crimson #532023

Color information

#532023 (or 0x532023) is unknown color: approx Burnt Crimson. HEX triplet: 53, 20 and 23. RGB value is (83,32,35). Sum of RGB (Red+Green+Blue) = 83+32+35=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #532023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532023 is #ACDFDC. Grayscale: #2F2F2F. Windows color (decimal): -11329501 or 2302035. OLE color: 2302035.

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

Color convert

RGB833235-
CMYK00.610.580.67
HSL356.47º44.35%22.55%-
HSV(B)356.47º61.45%32.55%-
XYZ4.392.991.94-
YUV47.59120.9153.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.33%
GREEN value IS 32 (12.89% from 255) = 21.33%
BLUE value IS 35 (14.06% from 255) = 23.33%
R=55.33%
G=21.33%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83323500.610.580.67356.4744.3522.55
Hex53202303D3A431642c17
Octal1234043075721035445427
Binary10100111000001000110111101111010100001110110010010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532023; }

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

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

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

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

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

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

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

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