Html Css Color HEX #09411A Deep Fir

📋 copy color: '#09411A'

red 9 ◦ green 65 ◦ blue 26

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

Shades of Deep Fir #09411A

Tints of Deep Fir #09411A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 26%

R = 9%
G = 65%
B = 26%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#09411A (or 0x09411A) is known color: Deep Fir. HEX triplet: 09, 41 and 1A. RGB value is (9,65,26). Sum of RGB (Red+Green+Blue) = 9+65+26=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 65 (25.78% from 255 or 65% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 65 - color contains mainly: green. Hex color #09411A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09411A is #F6BEE5. Grayscale: #2B2B2B. Windows color (decimal): -16170726 or 1720585. OLE color: 1720585.

HSL color Cylindrical-coordinate representation of color #09411A: hue angle of 138.21º 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 #09411A is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 65 26 -
CMYK 0.86 0 0.60 0.75
HSL 138.21º 0.76% 0.15% -
HSV(B) 138.21º 0.86% 0.25% -
XYZ 2.19 3.91 1.62 -
YUV 43.81 117.95 103.17 -
System Red Green Blue C M Y K H S L
Decimal 9 65 26 0.86 0 0.60 0.75 138.21 0.76 0.15
Hex 9 41 1A 56 0 3C 4B 8A 4C F
Octal 11 101 32 126 0 74 113 212 114 17
Binary 1001 1000001 11010 1010110 0 111100 1001011 10001010 1001100 1111

Color Harmonies of #09411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09411A

Black with #09411A

Text Example


Text Example

White with #09411A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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