Html Css Color HEX #881915 Falu Red

📋 copy color: '#881915'

red 136 ◦ green 25 ◦ blue 21

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

Shades of Falu Red #881915

Tints of Falu Red #881915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.74%

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

R = 74.73%
G = 13.74%
B = 11.54%

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

#881915 (or 0x881915) is known color: Falu Red. HEX triplet: 88, 19 and 15. RGB value is (136,25,21). Sum of RGB (Red+Green+Blue) = 136+25+21=182 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.73% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 136 - color contains mainly: red. Hex color #881915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881915 is #77E6EA. Grayscale: #393939. Windows color (decimal): -7857899 or 1382792. OLE color: 1382792.

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

Color convert

RGB 136 25 21 -
CMYK 0 0.82 0.85 0.47
HSL 2.09º 0.73% 0.31% -
HSV(B) 2.09º 0.85% 0.53% -
XYZ 10.64 5.98 1.3 -
YUV 57.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 136 25 21 0 0.82 0.85 0.47 2.09 0.73 0.31
Hex 88 19 15 0 52 55 2F 2 49 1F
Octal 210 31 25 0 122 125 57 2 111 37
Binary 10001000 11001 10101 0 1010010 1010101 101111 10 1001001 11111

Color Harmonies of #881915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881915

Black with #881915

Text Example


Text Example

White with #881915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881915; }

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

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

background-color css

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

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

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

border-color css

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

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

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