Shades of Cyprus #09413C
Tints of Cyprus #09413C
RGB
CMYK
RGB Variations
Color information
#09413C (or 0x09413C) is known color: Cyprus. HEX triplet: 09, 41 and 3C. RGB value is (9,65,60). Sum of RGB (Red+Green+Blue) = 9+65+60=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #09413C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09413C is #F6BEC3. Grayscale: #2F2F2F. Windows color (decimal): -16170692 or 3948809. OLE color: 3948809.
HSL color Cylindrical-coordinate representation of color #09413C: hue angle of 174.64º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09413C is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 65 | 60 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.75 |
| HSL | 174.64º | 0.76% | 0.15% | - |
| HSV(B) | 174.64º | 0.86% | 0.25% | - |
| XYZ | 2.82 | 4.16 | 4.93 | - |
| YUV | 47.69 | 134.95 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 60 | 0.86 | 0 | 0.08 | 0.75 | 174.64 | 0.76 | 0.15 |
| Hex | 9 | 41 | 3C | 56 | 0 | 8 | 4B | AF | 4C | F |
| Octal | 11 | 101 | 74 | 126 | 0 | 10 | 113 | 257 | 114 | 17 |
| Binary | 1001 | 1000001 | 111100 | 1010110 | 0 | 1000 | 1001011 | 10101111 | 1001100 | 1111 |
Color Harmonies of #09413C
Complementary color
Monochromatic Colors of #09413C
Black with #09413C
Text Example
Text Example
White with #09413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09413C; }
p { color: rgb(9,65,60); }
H1.HeaderClassName
{
color: #09413C;
}
.AnyTagClassName
{
color: #09413C;
}
</style>
background-color css
<style>
a { background-color: #09413C; }
a { background-color: rgb(9,65,60); }
div.DivClassName
{
background-color: #09413C;
}
.BgClassName
{
background-color: #09413C;
}
</style>
border-color css
<style>
span { border-color: #09413C; }
span { border-color: rgb(9,65,60); }
td.TdClassName
{
border-color: #09413C;
}
.TagClassName
{
border-color: #09413C;
}
</style>