Html Css Color HEX #08413F Cyprus

📋 copy color: '#08413F'

red 8 ◦ green 65 ◦ blue 63

#08413F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #08413F

Tints of Cyprus #08413F

RGB

 RED value IS 8 (3.52% from 255) = 5.88%

 GREEN value IS 65 (25.78% from 255) = 47.79%

 BLUE value IS 63 (25% from 255) = 46.32%

R = 5.88%
G = 47.79%
B = 46.32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.03

 K value IS 0.75

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#08413F (or 0x08413F) is known color: Cyprus. HEX triplet: 08, 41 and 3F. RGB value is (8,65,63). Sum of RGB (Red+Green+Blue) = 8+65+63=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #08413F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08413F is #F7BEC0. Grayscale: #2F2F2F. Windows color (decimal): -16236225 or 4145416. OLE color: 4145416.

HSL color Cylindrical-coordinate representation of color #08413F: hue angle of 177.89º 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 #08413F is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 65 63 -
CMYK 0.88 0 0.03 0.75
HSL 177.89º 0.78% 0.14% -
HSV(B) 177.89º 0.88% 0.25% -
XYZ 2.89 4.19 5.36 -
YUV 47.73 136.62 99.66 -
System Red Green Blue C M Y K H S L
Decimal 8 65 63 0.88 0 0.03 0.75 177.89 0.78 0.14
Hex 8 41 3F 58 0 3 4B B2 4E E
Octal 10 101 77 130 0 3 113 262 116 16
Binary 1000 1000001 111111 1011000 0 11 1001011 10110010 1001110 1110

Color Harmonies of #08413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08413F

Black with #08413F

Text Example


Text Example

White with #08413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08413F; }

 p { color: rgb(8,65,63); }

 H1.HeaderClassName
 {
   color: #08413F;
 }
 .AnyTagClassName
 {
   color: #08413F;
 }
</style>

background-color css

<style>
 a { background-color: #08413F; }

 a { background-color: rgb(8,65,63); }

 div.DivClassName
 {
   background-color: #08413F;
 }
 .BgClassName
 {
   background-color: #08413F;
 }
</style>

border-color css

<style>
 span { border-color: #08413F; }

 span { border-color: rgb(8,65,63); }

 td.TdClassName
 {
   border-color: #08413F;
 }
 .TagClassName
 {
   border-color: #08413F;
 }
</style>