Html Css Color HEX #094219 Deep Fir

📋 copy color: '#094219'

red 9 ◦ green 66 ◦ blue 25

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

Shades of Deep Fir #094219

Tints of Deep Fir #094219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 66%

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

R = 9%
G = 66%
B = 25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#094219 (or 0x094219) is known color: Deep Fir. HEX triplet: 09, 42 and 19. RGB value is (9,66,25). Sum of RGB (Red+Green+Blue) = 9+66+25=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 66 (26.17% from 255 or 66% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 66 - color contains mainly: green. Hex color #094219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094219 is #F6BDE6. Grayscale: #2C2C2C. Windows color (decimal): -16170471 or 1655305. OLE color: 1655305.

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

Color convert

RGB 9 66 25 -
CMYK 0.86 0 0.62 0.74
HSL 136.84º 0.76% 0.15% -
HSV(B) 136.84º 0.86% 0.26% -
XYZ 2.24 4.02 1.58 -
YUV 44.28 117.12 102.83 -
System Red Green Blue C M Y K H S L
Decimal 9 66 25 0.86 0 0.62 0.74 136.84 0.76 0.15
Hex 9 42 19 56 0 3E 4A 89 4C F
Octal 11 102 31 126 0 76 112 211 114 17
Binary 1001 1000010 11001 1010110 0 111110 1001010 10001001 1001100 1111

Color Harmonies of #094219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094219

Black with #094219

Text Example


Text Example

White with #094219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094219; }

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

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

background-color css

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

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

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

border-color css

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

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

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