Html Css Color HEX #881807 Falu Red

📋 copy color: '#881807'

red 136 ◦ green 24 ◦ blue 7

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

Shades of Falu Red #881807

Tints of Falu Red #881807

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.37%

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

R = 81.44%
G = 14.37%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#881807 (or 0x881807) is known color: Falu Red. HEX triplet: 88, 18 and 07. RGB value is (136,24,7). Sum of RGB (Red+Green+Blue) = 136+24+7=167 (22% of max value = 765). Red value is 136 (53.52% from 255 or 81.44% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 7 (3.12% from 255 or 4.19% from 167); Max value from RGB is 136 - color contains mainly: red. Hex color #881807 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881807 is #77E7F8. Grayscale: #373737. Windows color (decimal): -7858169 or 465032. OLE color: 465032.

HSL color Cylindrical-coordinate representation of color #881807: hue angle of 7.91º 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 #881807 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 24 7 -
CMYK 0 0.82 0.95 0.47
HSL 7.91º 0.9% 0.28% -
HSV(B) 7.91º 0.95% 0.53% -
XYZ 10.52 5.9 0.79 -
YUV 55.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 136 24 7 0 0.82 0.95 0.47 7.91 0.9 0.28
Hex 88 18 7 0 52 5F 2F 8 5A 1C
Octal 210 30 7 0 122 137 57 10 132 34
Binary 10001000 11000 111 0 1010010 1011111 101111 1000 1011010 11100

Color Harmonies of #881807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881807

Black with #881807

Text Example


Text Example

White with #881807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881807; }

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

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

background-color css

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

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

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

border-color css

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

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

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