Shades of Burnt Crimson #532023
Tints of Burnt Crimson #532023
RGB
CMYK
RGB Variations
Color information
#532023 (or 0x532023) is known color: 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
| RGB | 83 | 32 | 35 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.67 |
| HSL | 356.47º | 0.44% | 0.23% | - |
| HSV(B) | 356.47º | 0.61% | 0.33% | - |
| XYZ | 4.39 | 2.99 | 1.94 | - |
| YUV | 47.59 | 120.9 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 35 | 0 | 0.61 | 0.58 | 0.67 | 356.47 | 0.44 | 0.23 |
| Hex | 53 | 20 | 23 | 0 | 3D | 3A | 43 | 164 | 2C | 17 |
| Octal | 123 | 40 | 43 | 0 | 75 | 72 | 103 | 544 | 54 | 27 |
| Binary | 1010011 | 100000 | 100011 | 0 | 111101 | 111010 | 1000011 | 101100100 | 101100 | 10111 |
Color Harmonies of #532023
Complementary color
Monochromatic Colors of #532023
Black with #532023
Text Example
Text Example
White with #532023
Text Example
Text Example
HTML Codes & Css Web 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>