Html Css Color HEX #881513 Falu Red

📋 copy color: '#881513'

red 136 ◦ green 21 ◦ blue 19

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

Shades of Falu Red #881513

Tints of Falu Red #881513

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.93%

 BLUE value IS 19 (7.81% from 255) = 10.8%

R = 77.27%
G = 11.93%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#881513 (or 0x881513) is known color: Falu Red. HEX triplet: 88, 15 and 13. RGB value is (136,21,19). Sum of RGB (Red+Green+Blue) = 136+21+19=176 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.27% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 136 - color contains mainly: red. Hex color #881513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881513 is #77EAEC. Grayscale: #373737. Windows color (decimal): -7858925 or 1250696. OLE color: 1250696.

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

Color convert

RGB 136 21 19 -
CMYK 0 0.85 0.86 0.47
HSL 1.03º 0.75% 0.3% -
HSV(B) 1.03º 0.86% 0.53% -
XYZ 10.54 5.82 1.18 -
YUV 55.16 107.6 185.66 -
System Red Green Blue C M Y K H S L
Decimal 136 21 19 0 0.85 0.86 0.47 1.03 0.75 0.3
Hex 88 15 13 0 55 56 2F 1 4B 1E
Octal 210 25 23 0 125 126 57 1 113 36
Binary 10001000 10101 10011 0 1010101 1010110 101111 1 1001011 11110

Color Harmonies of #881513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881513

Black with #881513

Text Example


Text Example

White with #881513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881513; }

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

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

background-color css

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

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

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

border-color css

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

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

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