Html Css Color HEX #08473F Cyprus

📋 copy color: '#08473F'

red 8 ◦ green 71 ◦ blue 63

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

Shades of Cyprus #08473F

Tints of Cyprus #08473F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 50%

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

R = 5.63%
G = 50%
B = 44.37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#08473F (or 0x08473F) is known color: Cyprus. HEX triplet: 08, 47 and 3F. RGB value is (8,71,63). Sum of RGB (Red+Green+Blue) = 8+71+63=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 71 (28.12% from 255 or 50% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 71 - color contains mainly: green. Hex color #08473F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08473F is #F7B8C0. Grayscale: #333333. Windows color (decimal): -16234689 or 4146952. OLE color: 4146952.

HSL color Cylindrical-coordinate representation of color #08473F: hue angle of 172.38º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08473F is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 71 63 -
CMYK 0.89 0 0.11 0.72
HSL 172.38º 0.8% 0.15% -
HSV(B) 172.38º 0.89% 0.28% -
XYZ 3.25 4.92 5.48 -
YUV 51.25 134.63 97.15 -
System Red Green Blue C M Y K H S L
Decimal 8 71 63 0.89 0 0.11 0.72 172.38 0.8 0.15
Hex 8 47 3F 59 0 B 48 AC 50 F
Octal 10 107 77 131 0 13 110 254 120 17
Binary 1000 1000111 111111 1011001 0 1011 1001000 10101100 1010000 1111

Color Harmonies of #08473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08473F

Black with #08473F

Text Example


Text Example

White with #08473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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