Html Css Color HEX #881506 Falu Red

📋 copy color: '#881506'

red 136 ◦ green 21 ◦ blue 6

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

Shades of Falu Red #881506

Tints of Falu Red #881506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.88%

 BLUE value IS 6 (2.73% from 255) = 3.68%

R = 83.44%
G = 12.88%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#881506 (or 0x881506) is known color: Falu Red. HEX triplet: 88, 15 and 06. RGB value is (136,21,6). Sum of RGB (Red+Green+Blue) = 136+21+6=163 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.44% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 136 - color contains mainly: red. Hex color #881506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881506 is #77EAF9. Grayscale: #353535. Windows color (decimal): -7858938 or 398728. OLE color: 398728.

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

Color convert

RGB 136 21 6 -
CMYK 0 0.85 0.96 0.47
HSL 6.92º 0.92% 0.28% -
HSV(B) 6.92º 0.96% 0.53% -
XYZ 10.45 5.78 0.74 -
YUV 53.68 101.1 186.72 -
System Red Green Blue C M Y K H S L
Decimal 136 21 6 0 0.85 0.96 0.47 6.92 0.92 0.28
Hex 88 15 6 0 55 60 2F 7 5C 1C
Octal 210 25 6 0 125 140 57 7 134 34
Binary 10001000 10101 110 0 1010101 1100000 101111 111 1011100 11100

Color Harmonies of #881506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881506

Black with #881506

Text Example


Text Example

White with #881506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881506; }

 p { color: rgb(136,21,6); }

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

background-color css

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

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

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

border-color css

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

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

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