Html Css Color HEX #881C1B Falu Red

📋 copy color: '#881C1B'

red 136 ◦ green 28 ◦ blue 27

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

Shades of Falu Red #881C1B

Tints of Falu Red #881C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.14%

R = 71.2%
G = 14.66%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#881C1B (or 0x881C1B) is known color: Falu Red. HEX triplet: 88, 1C and 1B. RGB value is (136,28,27). Sum of RGB (Red+Green+Blue) = 136+28+27=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #881C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881C1B is #77E3E4. Grayscale: #3C3C3C. Windows color (decimal): -7857125 or 1776776. OLE color: 1776776.

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

Color convert

RGB 136 28 27 -
CMYK 0 0.79 0.80 0.47
HSL 0.55º 0.67% 0.32% -
HSV(B) 0.55º 0.8% 0.53% -
XYZ 10.77 6.14 1.66 -
YUV 60.18 109.28 182.08 -
System Red Green Blue C M Y K H S L
Decimal 136 28 27 0 0.79 0.80 0.47 0.55 0.67 0.32
Hex 88 1C 1B 0 4F 50 2F 1 43 20
Octal 210 34 33 0 117 120 57 1 103 40
Binary 10001000 11100 11011 0 1001111 1010000 101111 1 1000011 100000

Color Harmonies of #881C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881C1B

Black with #881C1B

Text Example


Text Example

White with #881C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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