Html Css Color HEX #084949 Cyprus

📋 copy color: '#084949'

red 8 ◦ green 73 ◦ blue 73

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

Shades of Cyprus #084949

Tints of Cyprus #084949

RGB

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

 GREEN value IS 73 (28.91% from 255) = 47.4%

 BLUE value IS 73 (28.91% from 255) = 47.4%

R = 5.19%
G = 47.4%
B = 47.4%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#084949 (or 0x084949) is known color: Cyprus. HEX triplet: 08, 49 and 49. RGB value is (8,73,73). Sum of RGB (Red+Green+Blue) = 8+73+73=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #084949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084949 is #F7B6B6. Grayscale: #353535. Windows color (decimal): -16234167 or 4802824. OLE color: 4802824.

HSL color Cylindrical-coordinate representation of color #084949: hue angle of 180º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084949 is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 73 73 -
CMYK 0.89 0 0 0.71
HSL 180º 0.8% 0.16% -
HSV(B) 180º 0.89% 0.29% -
XYZ 3.69 5.3 7.13 -
YUV 53.57 138.97 95.5 -
System Red Green Blue C M Y K H S L
Decimal 8 73 73 0.89 0 0 0.71 180 0.8 0.16
Hex 8 49 49 59 0 0 47 B4 50 10
Octal 10 111 111 131 0 0 107 264 120 20
Binary 1000 1001001 1001001 1011001 0 0 1000111 10110100 1010000 10000

Color Harmonies of #084949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084949

Black with #084949

Text Example


Text Example

White with #084949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084949; }

 p { color: rgb(8,73,73); }

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

background-color css

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

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

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

border-color css

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

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

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