Shades of Cyprus #08413C
Tints of Cyprus #08413C
RGB
CMYK
RGB Variations
Color information
#08413C (or 0x08413C) is known color: Cyprus. HEX triplet: 08, 41 and 3C. RGB value is (8,65,60). Sum of RGB (Red+Green+Blue) = 8+65+60=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #08413C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08413C is #F7BEC3. Grayscale: #2F2F2F. Windows color (decimal): -16236228 or 3948808. OLE color: 3948808.
HSL color Cylindrical-coordinate representation of color #08413C: hue angle of 174.74º 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 #08413C is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 65 | 60 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.75 |
| HSL | 174.74º | 0.78% | 0.14% | - |
| HSV(B) | 174.74º | 0.88% | 0.25% | - |
| XYZ | 2.81 | 4.16 | 4.93 | - |
| YUV | 47.39 | 135.12 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 60 | 0.88 | 0 | 0.08 | 0.75 | 174.74 | 0.78 | 0.14 |
| Hex | 8 | 41 | 3C | 58 | 0 | 8 | 4B | AF | 4E | E |
| Octal | 10 | 101 | 74 | 130 | 0 | 10 | 113 | 257 | 116 | 16 |
| Binary | 1000 | 1000001 | 111100 | 1011000 | 0 | 1000 | 1001011 | 10101111 | 1001110 | 1110 |
Color Harmonies of #08413C
Complementary color
Monochromatic Colors of #08413C
Black with #08413C
Text Example
Text Example
White with #08413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08413C; }
p { color: rgb(8,65,60); }
H1.HeaderClassName
{
color: #08413C;
}
.AnyTagClassName
{
color: #08413C;
}
</style>
background-color css
<style>
a { background-color: #08413C; }
a { background-color: rgb(8,65,60); }
div.DivClassName
{
background-color: #08413C;
}
.BgClassName
{
background-color: #08413C;
}
</style>
border-color css
<style>
span { border-color: #08413C; }
span { border-color: rgb(8,65,60); }
td.TdClassName
{
border-color: #08413C;
}
.TagClassName
{
border-color: #08413C;
}
</style>