Html Css Color HEX #881C13 Falu Red

📋 copy color: '#881C13'

red 136 ◦ green 28 ◦ blue 19

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

Shades of Falu Red #881C13

Tints of Falu Red #881C13

RGB

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

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

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

R = 74.32%
G = 15.3%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#881C13 (or 0x881C13) is known color: Falu Red. HEX triplet: 88, 1C and 13. RGB value is (136,28,19). Sum of RGB (Red+Green+Blue) = 136+28+19=183 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.32% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 136 - color contains mainly: red. Hex color #881C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881C13 is #77E3EC. Grayscale: #3B3B3B. Windows color (decimal): -7857133 or 1252488. OLE color: 1252488.

HSL color Cylindrical-coordinate representation of color #881C13: hue angle of 4.62º 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 #881C13 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 28 19 -
CMYK 0 0.79 0.86 0.47
HSL 4.62º 0.75% 0.3% -
HSV(B) 4.62º 0.86% 0.53% -
XYZ 10.69 6.11 1.23 -
YUV 59.27 105.28 182.73 -
System Red Green Blue C M Y K H S L
Decimal 136 28 19 0 0.79 0.86 0.47 4.62 0.75 0.3
Hex 88 1C 13 0 4F 56 2F 5 4B 1E
Octal 210 34 23 0 117 126 57 5 113 36
Binary 10001000 11100 10011 0 1001111 1010110 101111 101 1001011 11110

Color Harmonies of #881C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881C13

Black with #881C13

Text Example


Text Example

White with #881C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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