Html Css Color HEX #881917 Falu Red

📋 copy color: '#881917'

red 136 ◦ green 25 ◦ blue 23

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

Shades of Falu Red #881917

Tints of Falu Red #881917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.5%

R = 73.91%
G = 13.59%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#881917 (or 0x881917) is known color: Falu Red. HEX triplet: 88, 19 and 17. RGB value is (136,25,23). Sum of RGB (Red+Green+Blue) = 136+25+23=184 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.91% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 136 - color contains mainly: red. Hex color #881917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881917 is #77E6E8. Grayscale: #3A3A3A. Windows color (decimal): -7857897 or 1513864. OLE color: 1513864.

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

Color convert

RGB 136 25 23 -
CMYK 0 0.82 0.83 0.47
HSL 1.06º 0.71% 0.31% -
HSV(B) 1.06º 0.83% 0.53% -
XYZ 10.66 5.99 1.41 -
YUV 57.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 136 25 23 0 0.82 0.83 0.47 1.06 0.71 0.31
Hex 88 19 17 0 52 53 2F 1 47 1F
Octal 210 31 27 0 122 123 57 1 107 37
Binary 10001000 11001 10111 0 1010010 1010011 101111 1 1000111 11111

Color Harmonies of #881917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881917

Black with #881917

Text Example


Text Example

White with #881917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881917; }

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

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

background-color css

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

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

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

border-color css

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

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

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