Html Css Color HEX #084219 Deep Fir

📋 copy color: '#084219'

red 8 ◦ green 66 ◦ blue 25

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

Shades of Deep Fir #084219

Tints of Deep Fir #084219

RGB

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

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

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

R = 8.08%
G = 66.67%
B = 25.25%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#084219 (or 0x084219) is known color: Deep Fir. HEX triplet: 08, 42 and 19. RGB value is (8,66,25). Sum of RGB (Red+Green+Blue) = 8+66+25=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 66 (26.17% from 255 or 66.67% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 66 - color contains mainly: green. Hex color #084219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084219 is #F7BDE6. Grayscale: #2C2C2C. Windows color (decimal): -16236007 or 1655304. OLE color: 1655304.

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

Color convert

RGB 8 66 25 -
CMYK 0.88 0 0.62 0.74
HSL 137.59º 0.78% 0.15% -
HSV(B) 137.59º 0.88% 0.26% -
XYZ 2.22 4.02 1.58 -
YUV 43.98 117.28 102.33 -
System Red Green Blue C M Y K H S L
Decimal 8 66 25 0.88 0 0.62 0.74 137.59 0.78 0.15
Hex 8 42 19 58 0 3E 4A 8A 4E F
Octal 10 102 31 130 0 76 112 212 116 17
Binary 1000 1000010 11001 1011000 0 111110 1001010 10001010 1001110 1111

Color Harmonies of #084219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084219

Black with #084219

Text Example


Text Example

White with #084219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084219; }

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

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

background-color css

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

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

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

border-color css

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

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

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