Shades of Cyprus #08403A
Tints of Cyprus #08403A
RGB
CMYK
RGB Variations
Color information
#08403A (or 0x08403A) is known color: Cyprus. HEX triplet: 08, 40 and 3A. RGB value is (8,64,58). Sum of RGB (Red+Green+Blue) = 8+64+58=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #08403A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08403A is #F7BFC5. Grayscale: #2E2E2E. Windows color (decimal): -16236486 or 3817480. OLE color: 3817480.
HSL color Cylindrical-coordinate representation of color #08403A: hue angle of 173.57º 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 #08403A is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 64 | 58 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.75 |
| HSL | 173.57º | 0.78% | 0.14% | - |
| HSV(B) | 173.57º | 0.88% | 0.25% | - |
| XYZ | 2.7 | 4.02 | 4.64 | - |
| YUV | 46.57 | 134.45 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 58 | 0.87 | 0 | 0.09 | 0.75 | 173.57 | 0.78 | 0.14 |
| Hex | 8 | 40 | 3A | 57 | 0 | 9 | 4B | AE | 4E | E |
| Octal | 10 | 100 | 72 | 127 | 0 | 11 | 113 | 256 | 116 | 16 |
| Binary | 1000 | 1000000 | 111010 | 1010111 | 0 | 1001 | 1001011 | 10101110 | 1001110 | 1110 |
Color Harmonies of #08403A
Complementary color
Monochromatic Colors of #08403A
Black with #08403A
Text Example
Text Example
White with #08403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08403A; }
p { color: rgb(8,64,58); }
H1.HeaderClassName
{
color: #08403A;
}
.AnyTagClassName
{
color: #08403A;
}
</style>
background-color css
<style>
a { background-color: #08403A; }
a { background-color: rgb(8,64,58); }
div.DivClassName
{
background-color: #08403A;
}
.BgClassName
{
background-color: #08403A;
}
</style>
border-color css
<style>
span { border-color: #08403A; }
span { border-color: rgb(8,64,58); }
td.TdClassName
{
border-color: #08403A;
}
.TagClassName
{
border-color: #08403A;
}
</style>