Shades of Cyprus #08403F
Tints of Cyprus #08403F
RGB
CMYK
RGB Variations
Color information
#08403F (or 0x08403F) is known color: Cyprus. HEX triplet: 08, 40 and 3F. RGB value is (8,64,63). Sum of RGB (Red+Green+Blue) = 8+64+63=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #08403F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08403F is #F7BFC0. Grayscale: #2F2F2F. Windows color (decimal): -16236481 or 4145160. OLE color: 4145160.
HSL color Cylindrical-coordinate representation of color #08403F: hue angle of 178.93º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08403F is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 64 | 63 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.75 |
| HSL | 178.93º | 0.78% | 0.14% | - |
| HSV(B) | 178.93º | 0.88% | 0.25% | - |
| XYZ | 2.83 | 4.08 | 5.34 | - |
| YUV | 47.14 | 136.95 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 63 | 0.87 | 0 | 0.02 | 0.75 | 178.93 | 0.78 | 0.14 |
| Hex | 8 | 40 | 3F | 57 | 0 | 2 | 4B | B3 | 4E | E |
| Octal | 10 | 100 | 77 | 127 | 0 | 2 | 113 | 263 | 116 | 16 |
| Binary | 1000 | 1000000 | 111111 | 1010111 | 0 | 10 | 1001011 | 10110011 | 1001110 | 1110 |
Color Harmonies of #08403F
Complementary color
Monochromatic Colors of #08403F
Black with #08403F
Text Example
Text Example
White with #08403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08403F; }
p { color: rgb(8,64,63); }
H1.HeaderClassName
{
color: #08403F;
}
.AnyTagClassName
{
color: #08403F;
}
</style>
background-color css
<style>
a { background-color: #08403F; }
a { background-color: rgb(8,64,63); }
div.DivClassName
{
background-color: #08403F;
}
.BgClassName
{
background-color: #08403F;
}
</style>
border-color css
<style>
span { border-color: #08403F; }
span { border-color: rgb(8,64,63); }
td.TdClassName
{
border-color: #08403F;
}
.TagClassName
{
border-color: #08403F;
}
</style>