Html Css Color HEX #882011 Falu Red

📋 copy color: '#882011'

red 136 ◦ green 32 ◦ blue 17

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

Shades of Falu Red #882011

Tints of Falu Red #882011

RGB

 RED value IS 136 (53.52% from 255) = 73.51%

 GREEN value IS 32 (12.89% from 255) = 17.3%

 BLUE value IS 17 (7.03% from 255) = 9.19%

R = 73.51%
G = 17.3%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#882011 (or 0x882011) is known color: Falu Red. HEX triplet: 88, 20 and 11. RGB value is (136,32,17). Sum of RGB (Red+Green+Blue) = 136+32+17=185 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.51% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 136 - color contains mainly: red. Hex color #882011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882011 is #77DFEE. Grayscale: #3D3D3D. Windows color (decimal): -7856111 or 1122440. OLE color: 1122440.

HSL color Cylindrical-coordinate representation of color #882011: hue angle of 7.56º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #882011 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 32 17 -
CMYK 0 0.76 0.87 0.47
HSL 7.56º 0.78% 0.3% -
HSV(B) 7.56º 0.88% 0.53% -
XYZ 10.77 6.31 1.18 -
YUV 61.39 102.96 181.22 -
System Red Green Blue C M Y K H S L
Decimal 136 32 17 0 0.76 0.87 0.47 7.56 0.78 0.3
Hex 88 20 11 0 4C 57 2F 8 4E 1E
Octal 210 40 21 0 114 127 57 10 116 36
Binary 10001000 100000 10001 0 1001100 1010111 101111 1000 1001110 11110

Color Harmonies of #882011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882011

Black with #882011

Text Example


Text Example

White with #882011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882011; }

 p { color: rgb(136,32,17); }

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

background-color css

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

 a { background-color: rgb(136,32,17); }

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

border-color css

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

 span { border-color: rgb(136,32,17); }

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