Html Css Color HEX #11411D Deep Fir

📋 copy color: '#11411D'

red 17 ◦ green 65 ◦ blue 29

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

Shades of Deep Fir #11411D

Tints of Deep Fir #11411D

RGB

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

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

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

R = 15.32%
G = 58.56%
B = 26.13%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#11411D (or 0x11411D) is known color: Deep Fir. HEX triplet: 11, 41 and 1D. RGB value is (17,65,29). Sum of RGB (Red+Green+Blue) = 17+65+29=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 65 (25.78% from 255 or 58.56% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 65 - color contains mainly: green. Hex color #11411D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11411D is #EEBEE2. Grayscale: #2E2E2E. Windows color (decimal): -15646435 or 1917201. OLE color: 1917201.

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

Color convert

RGB 17 65 29 -
CMYK 0.74 0 0.55 0.75
HSL 135º 0.59% 0.16% -
HSV(B) 135º 0.74% 0.25% -
XYZ 2.34 3.99 1.81 -
YUV 46.54 118.1 106.93 -
System Red Green Blue C M Y K H S L
Decimal 17 65 29 0.74 0 0.55 0.75 135 0.59 0.16
Hex 11 41 1D 4A 0 37 4B 87 3B 10
Octal 21 101 35 112 0 67 113 207 73 20
Binary 10001 1000001 11101 1001010 0 110111 1001011 10000111 111011 10000

Color Harmonies of #11411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11411D

Black with #11411D

Text Example


Text Example

White with #11411D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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