Html Css Color HEX #11401D Deep Fir

📋 copy color: '#11401D'

red 17 ◦ green 64 ◦ blue 29

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

Shades of Deep Fir #11401D

Tints of Deep Fir #11401D

RGB

 RED value IS 17 (7.03% from 255) = 15.45%

 GREEN value IS 64 (25.39% from 255) = 58.18%

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

R = 15.45%
G = 58.18%
B = 26.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#11401D (or 0x11401D) is known color: Deep Fir. HEX triplet: 11, 40 and 1D. RGB value is (17,64,29). Sum of RGB (Red+Green+Blue) = 17+64+29=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 64 (25.39% from 255 or 58.18% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 64 - color contains mainly: green. Hex color #11401D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11401D is #EEBFE2. Grayscale: #2E2E2E. Windows color (decimal): -15646691 or 1916945. OLE color: 1916945.

HSL color Cylindrical-coordinate representation of color #11401D: hue angle of 135.32º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11401D is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 64 29 -
CMYK 0.73 0 0.55 0.75
HSL 135.32º 0.58% 0.16% -
HSV(B) 135.32º 0.73% 0.25% -
XYZ 2.29 3.87 1.79 -
YUV 45.96 118.43 107.35 -
System Red Green Blue C M Y K H S L
Decimal 17 64 29 0.73 0 0.55 0.75 135.32 0.58 0.16
Hex 11 40 1D 49 0 37 4B 87 3A 10
Octal 21 100 35 111 0 67 113 207 72 20
Binary 10001 1000000 11101 1001001 0 110111 1001011 10000111 111010 10000

Color Harmonies of #11401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11401D

Black with #11401D

Text Example


Text Example

White with #11401D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,64,29); }

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

background-color css

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

 a { background-color: rgb(17,64,29); }

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

border-color css

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

 span { border-color: rgb(17,64,29); }

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