Html Css Color HEX #881C19 Falu Red

📋 copy color: '#881C19'

red 136 ◦ green 28 ◦ blue 25

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

Shades of Falu Red #881C19

Tints of Falu Red #881C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.81%

 BLUE value IS 25 (10.16% from 255) = 13.23%

R = 71.96%
G = 14.81%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#881C19 (or 0x881C19) is known color: Falu Red. HEX triplet: 88, 1C and 19. RGB value is (136,28,25). Sum of RGB (Red+Green+Blue) = 136+28+25=189 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.96% from 189); Green value is 28 (11.33% from 255 or 14.81% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 136 - color contains mainly: red. Hex color #881C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881C19 is #77E3E6. Grayscale: #3C3C3C. Windows color (decimal): -7857127 or 1645704. OLE color: 1645704.

HSL color Cylindrical-coordinate representation of color #881C19: hue angle of 1.62º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881C19 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 28 25 -
CMYK 0 0.79 0.82 0.47
HSL 1.62º 0.69% 0.32% -
HSV(B) 1.62º 0.82% 0.53% -
XYZ 10.74 6.13 1.54 -
YUV 59.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 136 28 25 0 0.79 0.82 0.47 1.62 0.69 0.32
Hex 88 1C 19 0 4F 52 2F 2 45 20
Octal 210 34 31 0 117 122 57 2 105 40
Binary 10001000 11100 11001 0 1001111 1010010 101111 10 1000101 100000

Color Harmonies of #881C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881C19

Black with #881C19

Text Example


Text Example

White with #881C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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