Html Css Color HEX #11481D Deep Fir

📋 copy color: '#11481D'

red 17 ◦ green 72 ◦ blue 29

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

Shades of Deep Fir #11481D

Tints of Deep Fir #11481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 61.02%

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

R = 14.41%
G = 61.02%
B = 24.58%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#11481D (or 0x11481D) is known color: Deep Fir. HEX triplet: 11, 48 and 1D. RGB value is (17,72,29). Sum of RGB (Red+Green+Blue) = 17+72+29=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 72 (28.52% from 255 or 61.02% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 72 - color contains mainly: green. Hex color #11481D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11481D is #EEB7E2. Grayscale: #323232. Windows color (decimal): -15644643 or 1918993. OLE color: 1918993.

HSL color Cylindrical-coordinate representation of color #11481D: hue angle of 133.09º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #11481D is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 72 29 -
CMYK 0.76 0 0.60 0.72
HSL 133.09º 0.62% 0.17% -
HSV(B) 133.09º 0.76% 0.28% -
XYZ 2.77 4.84 1.95 -
YUV 50.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 17 72 29 0.76 0 0.60 0.72 133.09 0.62 0.17
Hex 11 48 1D 4C 0 3C 48 85 3E 11
Octal 21 110 35 114 0 74 110 205 76 21
Binary 10001 1001000 11101 1001100 0 111100 1001000 10000101 111110 10001

Color Harmonies of #11481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11481D

Black with #11481D

Text Example


Text Example

White with #11481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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