Html Css Color HEX #881616 Falu Red

📋 copy color: '#881616'

red 136 ◦ green 22 ◦ blue 22

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

Shades of Falu Red #881616

Tints of Falu Red #881616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.22%

 BLUE value IS 22 (8.98% from 255) = 12.22%

R = 75.56%
G = 12.22%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#881616 (or 0x881616) is known color: Falu Red. HEX triplet: 88, 16 and 16. RGB value is (136,22,22). Sum of RGB (Red+Green+Blue) = 136+22+22=180 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.56% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 136 - color contains mainly: red. Hex color #881616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881616 is #77E9E9. Grayscale: #383838. Windows color (decimal): -7858666 or 1447560. OLE color: 1447560.

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

Color convert

RGB 136 22 22 -
CMYK 0 0.84 0.84 0.47
HSL 0.72% 0.31% -
HSV(B) 0.84% 0.53% -
XYZ 10.59 5.87 1.33 -
YUV 56.09 108.77 185 -
System Red Green Blue C M Y K H S L
Decimal 136 22 22 0 0.84 0.84 0.47 0 0.72 0.31
Hex 88 16 16 0 54 54 2F 0 48 1F
Octal 210 26 26 0 124 124 57 0 110 37
Binary 10001000 10110 10110 0 1010100 1010100 101111 0 1001000 11111

Color Harmonies of #881616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881616

Black with #881616

Text Example


Text Example

White with #881616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881616; }

 p { color: rgb(136,22,22); }

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

background-color css

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

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

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

border-color css

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

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

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