Shades of Claret #6F2430
Tints of Claret #6F2430
RGB
CMYK
RGB Variations
Color information
#6F2430 (or 0x6F2430) is known color: Claret. HEX triplet: 6F, 24 and 30. RGB value is (111,36,48). Sum of RGB (Red+Green+Blue) = 111+36+48=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2430 is #90DBCF. Grayscale: #3B3B3B. Windows color (decimal): -9493456 or 3155055. OLE color: 3155055.
HSL color Cylindrical-coordinate representation of color #6F2430: hue angle of 350.4º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F2430 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 48 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.56 |
| HSL | 350.4º | 0.51% | 0.29% | - |
| HSV(B) | 350.4º | 0.68% | 0.44% | - |
| XYZ | 7.72 | 4.85 | 3.33 | - |
| YUV | 59.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 48 | 0 | 0.68 | 0.57 | 0.56 | 350.4 | 0.51 | 0.29 |
| Hex | 6F | 24 | 30 | 0 | 44 | 39 | 38 | 15E | 33 | 1D |
| Octal | 157 | 44 | 60 | 0 | 104 | 71 | 70 | 536 | 63 | 35 |
| Binary | 1101111 | 100100 | 110000 | 0 | 1000100 | 111001 | 111000 | 101011110 | 110011 | 11101 |
Color Harmonies of #6F2430
Complementary color
Monochromatic Colors of #6F2430
Black with #6F2430
Text Example
Text Example
White with #6F2430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2430; }
p { color: rgb(111,36,48); }
H1.HeaderClassName
{
color: #6F2430;
}
.AnyTagClassName
{
color: #6F2430;
}
</style>
background-color css
<style>
a { background-color: #6F2430; }
a { background-color: rgb(111,36,48); }
div.DivClassName
{
background-color: #6F2430;
}
.BgClassName
{
background-color: #6F2430;
}
</style>
border-color css
<style>
span { border-color: #6F2430; }
span { border-color: rgb(111,36,48); }
td.TdClassName
{
border-color: #6F2430;
}
.TagClassName
{
border-color: #6F2430;
}
</style>