Shades of Cyprus #08403D
Tints of Cyprus #08403D
RGB
CMYK
RGB Variations
Color information
#08403D (or 0x08403D) is known color: Cyprus. HEX triplet: 08, 40 and 3D. RGB value is (8,64,61). Sum of RGB (Red+Green+Blue) = 8+64+61=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #08403D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08403D is #F7BFC2. Grayscale: #2E2E2E. Windows color (decimal): -16236483 or 4014088. OLE color: 4014088.
HSL color Cylindrical-coordinate representation of color #08403D: hue angle of 176.79º 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 #08403D is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 64 | 61 | - |
| CMYK | 0.87 | 0 | 0.05 | 0.75 |
| HSL | 176.79º | 0.78% | 0.14% | - |
| HSV(B) | 176.79º | 0.88% | 0.25% | - |
| XYZ | 2.78 | 4.06 | 5.05 | - |
| YUV | 46.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 61 | 0.87 | 0 | 0.05 | 0.75 | 176.79 | 0.78 | 0.14 |
| Hex | 8 | 40 | 3D | 57 | 0 | 5 | 4B | B1 | 4E | E |
| Octal | 10 | 100 | 75 | 127 | 0 | 5 | 113 | 261 | 116 | 16 |
| Binary | 1000 | 1000000 | 111101 | 1010111 | 0 | 101 | 1001011 | 10110001 | 1001110 | 1110 |
Color Harmonies of #08403D
Complementary color
Monochromatic Colors of #08403D
Black with #08403D
Text Example
Text Example
White with #08403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08403D; }
p { color: rgb(8,64,61); }
H1.HeaderClassName
{
color: #08403D;
}
.AnyTagClassName
{
color: #08403D;
}
</style>
background-color css
<style>
a { background-color: #08403D; }
a { background-color: rgb(8,64,61); }
div.DivClassName
{
background-color: #08403D;
}
.BgClassName
{
background-color: #08403D;
}
</style>
border-color css
<style>
span { border-color: #08403D; }
span { border-color: rgb(8,64,61); }
td.TdClassName
{
border-color: #08403D;
}
.TagClassName
{
border-color: #08403D;
}
</style>