Html Css Color HEX #09421D Deep Fir

📋 copy color: '#09421D'

red 9 ◦ green 66 ◦ blue 29

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

Shades of Deep Fir #09421D

Tints of Deep Fir #09421D

RGB

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

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

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

R = 8.65%
G = 63.46%
B = 27.88%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#09421D (or 0x09421D) is known color: Deep Fir. HEX triplet: 09, 42 and 1D. RGB value is (9,66,29). Sum of RGB (Red+Green+Blue) = 9+66+29=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 66 (26.17% from 255 or 63.46% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 66 - color contains mainly: green. Hex color #09421D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09421D is #F6BDE2. Grayscale: #2C2C2C. Windows color (decimal): -16170467 or 1917449. OLE color: 1917449.

HSL color Cylindrical-coordinate representation of color #09421D: hue angle of 141.05º 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 #09421D is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 66 29 -
CMYK 0.86 0 0.56 0.74
HSL 141.05º 0.76% 0.15% -
HSV(B) 141.05º 0.86% 0.26% -
XYZ 2.28 4.04 1.82 -
YUV 44.74 119.12 102.51 -
System Red Green Blue C M Y K H S L
Decimal 9 66 29 0.86 0 0.56 0.74 141.05 0.76 0.15
Hex 9 42 1D 56 0 38 4A 8D 4C F
Octal 11 102 35 126 0 70 112 215 114 17
Binary 1001 1000010 11101 1010110 0 111000 1001010 10001101 1001100 1111

Color Harmonies of #09421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09421D

Black with #09421D

Text Example


Text Example

White with #09421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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