Html Css Color HEX #09411E Deep Fir

📋 copy color: '#09411E'

red 9 ◦ green 65 ◦ blue 30

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

Shades of Deep Fir #09411E

Tints of Deep Fir #09411E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 62.5%

 BLUE value IS 30 (12.11% from 255) = 28.85%

R = 8.65%
G = 62.5%
B = 28.85%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#09411E (or 0x09411E) is known color: Deep Fir. HEX triplet: 09, 41 and 1E. RGB value is (9,65,30). Sum of RGB (Red+Green+Blue) = 9+65+30=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 65 (25.78% from 255 or 62.5% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 65 - color contains mainly: green. Hex color #09411E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09411E is #F6BEE1. Grayscale: #2C2C2C. Windows color (decimal): -16170722 or 1982729. OLE color: 1982729.

HSL color Cylindrical-coordinate representation of color #09411E: hue angle of 142.5º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09411E is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 65 30 -
CMYK 0.86 0 0.54 0.75
HSL 142.5º 0.76% 0.15% -
HSV(B) 142.5º 0.86% 0.25% -
XYZ 2.24 3.93 1.87 -
YUV 44.27 119.95 102.85 -
System Red Green Blue C M Y K H S L
Decimal 9 65 30 0.86 0 0.54 0.75 142.5 0.76 0.15
Hex 9 41 1E 56 0 36 4B 8E 4C F
Octal 11 101 36 126 0 66 113 216 114 17
Binary 1001 1000001 11110 1010110 0 110110 1001011 10001110 1001100 1111

Color Harmonies of #09411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09411E

Black with #09411E

Text Example


Text Example

White with #09411E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09411E; }

 p { color: rgb(9,65,30); }

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

background-color css

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

 a { background-color: rgb(9,65,30); }

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

border-color css

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

 span { border-color: rgb(9,65,30); }

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