Html Css Color HEX #094119 Deep Fir

📋 copy color: '#094119'

red 9 ◦ green 65 ◦ blue 25

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

Shades of Deep Fir #094119

Tints of Deep Fir #094119

RGB

 RED value IS 9 (3.91% from 255) = 9.09%

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

 BLUE value IS 25 (10.16% from 255) = 25.25%

R = 9.09%
G = 65.66%
B = 25.25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#094119 (or 0x094119) is known color: Deep Fir. HEX triplet: 09, 41 and 19. RGB value is (9,65,25). Sum of RGB (Red+Green+Blue) = 9+65+25=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 65 (25.78% from 255 or 65.66% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 65 - color contains mainly: green. Hex color #094119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094119 is #F6BEE6. Grayscale: #2B2B2B. Windows color (decimal): -16170727 or 1655049. OLE color: 1655049.

HSL color Cylindrical-coordinate representation of color #094119: hue angle of 137.14º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094119 is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 65 25 -
CMYK 0.86 0 0.62 0.75
HSL 137.14º 0.76% 0.15% -
HSV(B) 137.14º 0.86% 0.25% -
XYZ 2.18 3.91 1.56 -
YUV 43.7 117.45 103.25 -
System Red Green Blue C M Y K H S L
Decimal 9 65 25 0.86 0 0.62 0.75 137.14 0.76 0.15
Hex 9 41 19 56 0 3E 4B 89 4C F
Octal 11 101 31 126 0 76 113 211 114 17
Binary 1001 1000001 11001 1010110 0 111110 1001011 10001001 1001100 1111

Color Harmonies of #094119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094119

Black with #094119

Text Example


Text Example

White with #094119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094119; }

 p { color: rgb(9,65,25); }

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

background-color css

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

 a { background-color: rgb(9,65,25); }

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

border-color css

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

 span { border-color: rgb(9,65,25); }

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