Shades of Claret #75283B
Tints of Claret #75283B
RGB
CMYK
RGB Variations
Color information
#75283B (or 0x75283B) is known color: Claret. HEX triplet: 75, 28 and 3B. RGB value is (117,40,59). Sum of RGB (Red+Green+Blue) = 117+40+59=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #75283B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75283B is #8AD7C4. Grayscale: #414141. Windows color (decimal): -9099205 or 3876981. OLE color: 3876981.
HSL color Cylindrical-coordinate representation of color #75283B: hue angle of 345.19º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75283B is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 40 | 59 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.54 |
| HSL | 345.19º | 0.49% | 0.31% | - |
| HSV(B) | 345.19º | 0.66% | 0.46% | - |
| XYZ | 8.88 | 5.62 | 4.75 | - |
| YUV | 65.19 | 124.51 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 59 | 0 | 0.66 | 0.50 | 0.54 | 345.19 | 0.49 | 0.31 |
| Hex | 75 | 28 | 3B | 0 | 42 | 32 | 36 | 159 | 31 | 1F |
| Octal | 165 | 50 | 73 | 0 | 102 | 62 | 66 | 531 | 61 | 37 |
| Binary | 1110101 | 101000 | 111011 | 0 | 1000010 | 110010 | 110110 | 101011001 | 110001 | 11111 |
Color Harmonies of #75283B
Complementary color
Monochromatic Colors of #75283B
Black with #75283B
Text Example
Text Example
White with #75283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75283B; }
p { color: rgb(117,40,59); }
H1.HeaderClassName
{
color: #75283B;
}
.AnyTagClassName
{
color: #75283B;
}
</style>
background-color css
<style>
a { background-color: #75283B; }
a { background-color: rgb(117,40,59); }
div.DivClassName
{
background-color: #75283B;
}
.BgClassName
{
background-color: #75283B;
}
</style>
border-color css
<style>
span { border-color: #75283B; }
span { border-color: rgb(117,40,59); }
td.TdClassName
{
border-color: #75283B;
}
.TagClassName
{
border-color: #75283B;
}
</style>