Html Css Color HEX #093219 Deep Fir

📋 copy color: '#093219'

red 9 ◦ green 50 ◦ blue 25

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

Shades of Deep Fir #093219

Tints of Deep Fir #093219

RGB

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

 GREEN value IS 50 (19.92% from 255) = 59.52%

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

R = 10.71%
G = 59.52%
B = 29.76%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.50

 K value IS 0.80

RGB Variations

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

Color information

#093219 (or 0x093219) is known color: Deep Fir. HEX triplet: 09, 32 and 19. RGB value is (9,50,25). Sum of RGB (Red+Green+Blue) = 9+50+25=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 50 (19.92% from 255 or 59.52% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 50 - color contains mainly: green. Hex color #093219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093219 is #F6CDE6. Grayscale: #222222. Windows color (decimal): -16174567 or 1651209. OLE color: 1651209.

HSL color Cylindrical-coordinate representation of color #093219: hue angle of 143.41º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093219 is Cyan = 0.82, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 50 25 -
CMYK 0.82 0 0.50 0.80
HSL 143.41º 0.69% 0.12% -
HSV(B) 143.41º 0.82% 0.2% -
XYZ 1.43 2.41 1.31 -
YUV 34.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 9 50 25 0.82 0 0.50 0.80 143.41 0.69 0.12
Hex 9 32 19 52 0 32 50 8F 45 C
Octal 11 62 31 122 0 62 120 217 105 14
Binary 1001 110010 11001 1010010 0 110010 1010000 10001111 1000101 1100

Color Harmonies of #093219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093219

Black with #093219

Text Example


Text Example

White with #093219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093219; }

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

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

background-color css

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

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

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

border-color css

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

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

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