Html Css Color HEX #11431D Deep Fir

📋 copy color: '#11431D'

red 17 ◦ green 67 ◦ blue 29

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

Shades of Deep Fir #11431D

Tints of Deep Fir #11431D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 59.29%

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

R = 15.04%
G = 59.29%
B = 25.66%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.57

 K value IS 0.74

RGB Variations

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

Color information

#11431D (or 0x11431D) is known color: Deep Fir. HEX triplet: 11, 43 and 1D. RGB value is (17,67,29). Sum of RGB (Red+Green+Blue) = 17+67+29=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 67 (26.56% from 255 or 59.29% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 67 - color contains mainly: green. Hex color #11431D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11431D is #EEBCE2. Grayscale: #2F2F2F. Windows color (decimal): -15645923 or 1917713. OLE color: 1917713.

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

Color convert

RGB 17 67 29 -
CMYK 0.75 0 0.57 0.74
HSL 134.4º 0.6% 0.16% -
HSV(B) 134.4º 0.75% 0.26% -
XYZ 2.46 4.22 1.85 -
YUV 47.72 117.44 106.09 -
System Red Green Blue C M Y K H S L
Decimal 17 67 29 0.75 0 0.57 0.74 134.4 0.6 0.16
Hex 11 43 1D 4B 0 39 4A 86 3C 10
Octal 21 103 35 113 0 71 112 206 74 20
Binary 10001 1000011 11101 1001011 0 111001 1001010 10000110 111100 10000

Color Harmonies of #11431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11431D

Black with #11431D

Text Example


Text Example

White with #11431D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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