Shades of Cyprus #083D41
Tints of Cyprus #083D41
RGB
CMYK
RGB Variations
Color information
#083D41 (or 0x083D41) is known color: Cyprus. HEX triplet: 08, 3D and 41. RGB value is (8,61,65). Sum of RGB (Red+Green+Blue) = 8+61+65=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 61 (24.22% from 255 or 45.52% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #083D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083D41 is #F7C2BE. Grayscale: #2D2D2D. Windows color (decimal): -16237247 or 4275464. OLE color: 4275464.
HSL color Cylindrical-coordinate representation of color #083D41: hue angle of 184.21º 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 #083D41 is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 61 | 65 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.75 |
| HSL | 184.21º | 0.78% | 0.14% | - |
| HSV(B) | 184.21º | 0.88% | 0.25% | - |
| XYZ | 2.72 | 3.77 | 5.59 | - |
| YUV | 45.61 | 138.94 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 61 | 65 | 0.88 | 0.06 | 0 | 0.75 | 184.21 | 0.78 | 0.14 |
| Hex | 8 | 3D | 41 | 58 | 6 | 0 | 4B | B8 | 4E | E |
| Octal | 10 | 75 | 101 | 130 | 6 | 0 | 113 | 270 | 116 | 16 |
| Binary | 1000 | 111101 | 1000001 | 1011000 | 110 | 0 | 1001011 | 10111000 | 1001110 | 1110 |
Color Harmonies of #083D41
Complementary color
Monochromatic Colors of #083D41
Black with #083D41
Text Example
Text Example
White with #083D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083D41; }
p { color: rgb(8,61,65); }
H1.HeaderClassName
{
color: #083D41;
}
.AnyTagClassName
{
color: #083D41;
}
</style>
background-color css
<style>
a { background-color: #083D41; }
a { background-color: rgb(8,61,65); }
div.DivClassName
{
background-color: #083D41;
}
.BgClassName
{
background-color: #083D41;
}
</style>
border-color css
<style>
span { border-color: #083D41; }
span { border-color: rgb(8,61,65); }
td.TdClassName
{
border-color: #083D41;
}
.TagClassName
{
border-color: #083D41;
}
</style>