Html Css Color HEX #881815 Falu Red

📋 copy color: '#881815'

red 136 ◦ green 24 ◦ blue 21

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

Shades of Falu Red #881815

Tints of Falu Red #881815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.26%

 BLUE value IS 21 (8.59% from 255) = 11.6%

R = 75.14%
G = 13.26%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#881815 (or 0x881815) is known color: Falu Red. HEX triplet: 88, 18 and 15. RGB value is (136,24,21). Sum of RGB (Red+Green+Blue) = 136+24+21=181 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.14% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 136 - color contains mainly: red. Hex color #881815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881815 is #77E7EA. Grayscale: #393939. Windows color (decimal): -7858155 or 1382536. OLE color: 1382536.

HSL color Cylindrical-coordinate representation of color #881815: hue angle of 1.57º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881815 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 24 21 -
CMYK 0 0.82 0.85 0.47
HSL 1.57º 0.73% 0.31% -
HSV(B) 1.57º 0.85% 0.53% -
XYZ 10.62 5.94 1.3 -
YUV 57.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 136 24 21 0 0.82 0.85 0.47 1.57 0.73 0.31
Hex 88 18 15 0 52 55 2F 2 49 1F
Octal 210 30 25 0 122 125 57 2 111 37
Binary 10001000 11000 10101 0 1010010 1010101 101111 10 1001001 11111

Color Harmonies of #881815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881815

Black with #881815

Text Example


Text Example

White with #881815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881815; }

 p { color: rgb(136,24,21); }

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

background-color css

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

 a { background-color: rgb(136,24,21); }

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

border-color css

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

 span { border-color: rgb(136,24,21); }

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