Shades of Cyprus #08403E
Tints of Cyprus #08403E
RGB
CMYK
RGB Variations
Color information
#08403E (or 0x08403E) is known color: Cyprus. HEX triplet: 08, 40 and 3E. RGB value is (8,64,62). Sum of RGB (Red+Green+Blue) = 8+64+62=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 62 (24.61% from 255 or 46.27% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #08403E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08403E is #F7BFC1. Grayscale: #2E2E2E. Windows color (decimal): -16236482 or 4079624. OLE color: 4079624.
HSL color Cylindrical-coordinate representation of color #08403E: hue angle of 177.86º 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 #08403E is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 64 | 62 | - |
| CMYK | 0.87 | 0 | 0.03 | 0.75 |
| HSL | 177.86º | 0.78% | 0.14% | - |
| HSV(B) | 177.86º | 0.88% | 0.25% | - |
| XYZ | 2.8 | 4.07 | 5.19 | - |
| YUV | 47.03 | 136.45 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 62 | 0.87 | 0 | 0.03 | 0.75 | 177.86 | 0.78 | 0.14 |
| Hex | 8 | 40 | 3E | 57 | 0 | 3 | 4B | B2 | 4E | E |
| Octal | 10 | 100 | 76 | 127 | 0 | 3 | 113 | 262 | 116 | 16 |
| Binary | 1000 | 1000000 | 111110 | 1010111 | 0 | 11 | 1001011 | 10110010 | 1001110 | 1110 |
Color Harmonies of #08403E
Complementary color
Monochromatic Colors of #08403E
Black with #08403E
Text Example
Text Example
White with #08403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08403E; }
p { color: rgb(8,64,62); }
H1.HeaderClassName
{
color: #08403E;
}
.AnyTagClassName
{
color: #08403E;
}
</style>
background-color css
<style>
a { background-color: #08403E; }
a { background-color: rgb(8,64,62); }
div.DivClassName
{
background-color: #08403E;
}
.BgClassName
{
background-color: #08403E;
}
</style>
border-color css
<style>
span { border-color: #08403E; }
span { border-color: rgb(8,64,62); }
td.TdClassName
{
border-color: #08403E;
}
.TagClassName
{
border-color: #08403E;
}
</style>