Html Css Color HEX #881C07 Falu Red

📋 copy color: '#881C07'

red 136 ◦ green 28 ◦ blue 7

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

Shades of Falu Red #881C07

Tints of Falu Red #881C07

RGB

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

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

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

R = 79.53%
G = 16.37%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#881C07 (or 0x881C07) is known color: Falu Red. HEX triplet: 88, 1C and 07. RGB value is (136,28,7). Sum of RGB (Red+Green+Blue) = 136+28+7=171 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.53% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 136 - color contains mainly: red. Hex color #881C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881C07 is #77E3F8. Grayscale: #3A3A3A. Windows color (decimal): -7857145 or 466056. OLE color: 466056.

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

Color convert

RGB 136 28 7 -
CMYK 0 0.79 0.95 0.47
HSL 9.77º 0.9% 0.28% -
HSV(B) 9.77º 0.95% 0.53% -
XYZ 10.61 6.08 0.82 -
YUV 57.9 99.28 183.71 -
System Red Green Blue C M Y K H S L
Decimal 136 28 7 0 0.79 0.95 0.47 9.77 0.9 0.28
Hex 88 1C 7 0 4F 5F 2F A 5A 1C
Octal 210 34 7 0 117 137 57 12 132 34
Binary 10001000 11100 111 0 1001111 1011111 101111 1010 1011010 11100

Color Harmonies of #881C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881C07

Black with #881C07

Text Example


Text Example

White with #881C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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