Shades of Burnt Crimson #602327
Tints of Burnt Crimson #602327
RGB
CMYK
RGB Variations
Color information
#602327 (or 0x602327) is known color: Burnt Crimson. HEX triplet: 60, 23 and 27. RGB value is (96,35,39). Sum of RGB (Red+Green+Blue) = 96+35+39=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #602327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602327 is #9FDCD8. Grayscale: #353535. Windows color (decimal): -10476761 or 2564960. OLE color: 2564960.
HSL color Cylindrical-coordinate representation of color #602327: hue angle of 356.07º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #602327 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 35 | 39 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.62 |
| HSL | 356.07º | 0.47% | 0.26% | - |
| HSV(B) | 356.07º | 0.64% | 0.38% | - |
| XYZ | 5.79 | 3.84 | 2.35 | - |
| YUV | 53.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 35 | 39 | 0 | 0.64 | 0.59 | 0.62 | 356.07 | 0.47 | 0.26 |
| Hex | 60 | 23 | 27 | 0 | 40 | 3B | 3E | 164 | 2F | 1A |
| Octal | 140 | 43 | 47 | 0 | 100 | 73 | 76 | 544 | 57 | 32 |
| Binary | 1100000 | 100011 | 100111 | 0 | 1000000 | 111011 | 111110 | 101100100 | 101111 | 11010 |
Color Harmonies of #602327
Complementary color
Monochromatic Colors of #602327
Black with #602327
Text Example
Text Example
White with #602327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602327; }
p { color: rgb(96,35,39); }
H1.HeaderClassName
{
color: #602327;
}
.AnyTagClassName
{
color: #602327;
}
</style>
background-color css
<style>
a { background-color: #602327; }
a { background-color: rgb(96,35,39); }
div.DivClassName
{
background-color: #602327;
}
.BgClassName
{
background-color: #602327;
}
</style>
border-color css
<style>
span { border-color: #602327; }
span { border-color: rgb(96,35,39); }
td.TdClassName
{
border-color: #602327;
}
.TagClassName
{
border-color: #602327;
}
</style>