Html Css Color HEX #09421B Deep Fir

📋 copy color: '#09421B'

red 9 ◦ green 66 ◦ blue 27

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

Shades of Deep Fir #09421B

Tints of Deep Fir #09421B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 26.47%

R = 8.82%
G = 64.71%
B = 26.47%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.59

 K value IS 0.74

RGB Variations

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

Color information

#09421B (or 0x09421B) is known color: Deep Fir. HEX triplet: 09, 42 and 1B. RGB value is (9,66,27). Sum of RGB (Red+Green+Blue) = 9+66+27=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 66 (26.17% from 255 or 64.71% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 66 - color contains mainly: green. Hex color #09421B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09421B is #F6BDE4. Grayscale: #2C2C2C. Windows color (decimal): -16170469 or 1786377. OLE color: 1786377.

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

Color convert

RGB 9 66 27 -
CMYK 0.86 0 0.59 0.74
HSL 138.95º 0.76% 0.15% -
HSV(B) 138.95º 0.86% 0.26% -
XYZ 2.26 4.03 1.7 -
YUV 44.51 118.12 102.67 -
System Red Green Blue C M Y K H S L
Decimal 9 66 27 0.86 0 0.59 0.74 138.95 0.76 0.15
Hex 9 42 1B 56 0 3B 4A 8B 4C F
Octal 11 102 33 126 0 73 112 213 114 17
Binary 1001 1000010 11011 1010110 0 111011 1001010 10001011 1001100 1111

Color Harmonies of #09421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09421B

Black with #09421B

Text Example


Text Example

White with #09421B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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