Html Css Color HEX #881507 Falu Red

📋 copy color: '#881507'

red 136 ◦ green 21 ◦ blue 7

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

Shades of Falu Red #881507

Tints of Falu Red #881507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.27%

R = 82.93%
G = 12.8%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#881507 (or 0x881507) is known color: Falu Red. HEX triplet: 88, 15 and 07. RGB value is (136,21,7). Sum of RGB (Red+Green+Blue) = 136+21+7=164 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.93% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 7 (3.12% from 255 or 4.27% from 164); Max value from RGB is 136 - color contains mainly: red. Hex color #881507 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881507 is #77EAF8. Grayscale: #353535. Windows color (decimal): -7858937 or 464264. OLE color: 464264.

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

Color convert

RGB 136 21 7 -
CMYK 0 0.85 0.95 0.47
HSL 6.51º 0.9% 0.28% -
HSV(B) 6.51º 0.95% 0.53% -
XYZ 10.46 5.79 0.77 -
YUV 53.79 101.6 186.64 -
System Red Green Blue C M Y K H S L
Decimal 136 21 7 0 0.85 0.95 0.47 6.51 0.9 0.28
Hex 88 15 7 0 55 5F 2F 7 5A 1C
Octal 210 25 7 0 125 137 57 7 132 34
Binary 10001000 10101 111 0 1010101 1011111 101111 111 1011010 11100

Color Harmonies of #881507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881507

Black with #881507

Text Example


Text Example

White with #881507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881507; }

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

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

background-color css

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

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

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

border-color css

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

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

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