Html Css Color HEX #09441D Deep Fir

📋 copy color: '#09441D'

red 9 ◦ green 68 ◦ blue 29

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

Shades of Deep Fir #09441D

Tints of Deep Fir #09441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 64.15%

 BLUE value IS 29 (11.72% from 255) = 27.36%

R = 8.49%
G = 64.15%
B = 27.36%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#09441D (or 0x09441D) is known color: Deep Fir. HEX triplet: 09, 44 and 1D. RGB value is (9,68,29). Sum of RGB (Red+Green+Blue) = 9+68+29=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 68 (26.95% from 255 or 64.15% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 68 - color contains mainly: green. Hex color #09441D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09441D is #F6BBE2. Grayscale: #2E2E2E. Windows color (decimal): -16169955 or 1917961. OLE color: 1917961.

HSL color Cylindrical-coordinate representation of color #09441D: hue angle of 140.34º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09441D is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 68 29 -
CMYK 0.87 0 0.57 0.73
HSL 140.34º 0.77% 0.15% -
HSV(B) 140.34º 0.87% 0.27% -
XYZ 2.4 4.28 1.86 -
YUV 45.91 118.45 101.67 -
System Red Green Blue C M Y K H S L
Decimal 9 68 29 0.87 0 0.57 0.73 140.34 0.77 0.15
Hex 9 44 1D 57 0 39 49 8C 4D F
Octal 11 104 35 127 0 71 111 214 115 17
Binary 1001 1000100 11101 1010111 0 111001 1001001 10001100 1001101 1111

Color Harmonies of #09441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09441D

Black with #09441D

Text Example


Text Example

White with #09441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09441D; }

 p { color: rgb(9,68,29); }

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

background-color css

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

 a { background-color: rgb(9,68,29); }

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

border-color css

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

 span { border-color: rgb(9,68,29); }

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