Html Css Color HEX #882411 Falu Red

📋 copy color: '#882411'

red 136 ◦ green 36 ◦ blue 17

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

Shades of Falu Red #882411

Tints of Falu Red #882411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.05%

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

R = 71.96%
G = 19.05%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#882411 (or 0x882411) is known color: Falu Red. HEX triplet: 88, 24 and 11. RGB value is (136,36,17). Sum of RGB (Red+Green+Blue) = 136+36+17=189 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.96% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 136 - color contains mainly: red. Hex color #882411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882411 is #77DBEE. Grayscale: #3F3F3F. Windows color (decimal): -7855087 or 1123464. OLE color: 1123464.

HSL color Cylindrical-coordinate representation of color #882411: hue angle of 9.58º 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 #882411 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 36 17 -
CMYK 0 0.74 0.87 0.47
HSL 9.58º 0.78% 0.3% -
HSV(B) 9.58º 0.88% 0.53% -
XYZ 10.89 6.54 1.22 -
YUV 63.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 136 36 17 0 0.74 0.87 0.47 9.58 0.78 0.3
Hex 88 24 11 0 4A 57 2F A 4E 1E
Octal 210 44 21 0 112 127 57 12 116 36
Binary 10001000 100100 10001 0 1001010 1010111 101111 1010 1001110 11110

Color Harmonies of #882411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882411

Black with #882411

Text Example


Text Example

White with #882411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882411; }

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

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

background-color css

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

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

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

border-color css

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

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

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