Html Css Color HEX #08413A Cyprus

📋 copy color: '#08413A'

red 8 ◦ green 65 ◦ blue 58

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

Shades of Cyprus #08413A

Tints of Cyprus #08413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 44.27%

R = 6.11%
G = 49.62%
B = 44.27%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#08413A (or 0x08413A) is known color: Cyprus. HEX triplet: 08, 41 and 3A. RGB value is (8,65,58). Sum of RGB (Red+Green+Blue) = 8+65+58=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #08413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08413A is #F7BEC5. Grayscale: #2F2F2F. Windows color (decimal): -16236230 or 3817736. OLE color: 3817736.

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

Color convert

RGB 8 65 58 -
CMYK 0.88 0 0.11 0.75
HSL 172.63º 0.78% 0.14% -
HSV(B) 172.63º 0.88% 0.25% -
XYZ 2.75 4.14 4.66 -
YUV 47.16 134.12 100.07 -
System Red Green Blue C M Y K H S L
Decimal 8 65 58 0.88 0 0.11 0.75 172.63 0.78 0.14
Hex 8 41 3A 58 0 B 4B AD 4E E
Octal 10 101 72 130 0 13 113 255 116 16
Binary 1000 1000001 111010 1011000 0 1011 1001011 10101101 1001110 1110

Color Harmonies of #08413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08413A

Black with #08413A

Text Example


Text Example

White with #08413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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