Html Css Color HEX #09371D Deep Fir

📋 copy color: '#09371D'

red 9 ◦ green 55 ◦ blue 29

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

Shades of Deep Fir #09371D

Tints of Deep Fir #09371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 59.14%

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

R = 9.68%
G = 59.14%
B = 31.18%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#09371D (or 0x09371D) is known color: Deep Fir. HEX triplet: 09, 37 and 1D. RGB value is (9,55,29). Sum of RGB (Red+Green+Blue) = 9+55+29=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 55 (21.88% from 255 or 59.14% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 55 - color contains mainly: green. Hex color #09371D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09371D is #F6C8E2. Grayscale: #262626. Windows color (decimal): -16173283 or 1914633. OLE color: 1914633.

HSL color Cylindrical-coordinate representation of color #09371D: hue angle of 146.09º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09371D is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 55 29 -
CMYK 0.84 0 0.47 0.78
HSL 146.09º 0.72% 0.13% -
HSV(B) 146.09º 0.84% 0.22% -
XYZ 1.7 2.88 1.63 -
YUV 38.28 122.76 107.11 -
System Red Green Blue C M Y K H S L
Decimal 9 55 29 0.84 0 0.47 0.78 146.09 0.72 0.13
Hex 9 37 1D 54 0 2F 4E 92 48 D
Octal 11 67 35 124 0 57 116 222 110 15
Binary 1001 110111 11101 1010100 0 101111 1001110 10010010 1001000 1101

Color Harmonies of #09371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09371D

Black with #09371D

Text Example


Text Example

White with #09371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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