Html Css Color HEX #881C08 Falu Red

📋 copy color: '#881C08'

red 136 ◦ green 28 ◦ blue 8

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

Shades of Falu Red #881C08

Tints of Falu Red #881C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.65%

R = 79.07%
G = 16.28%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#881C08 (or 0x881C08) is known color: Falu Red. HEX triplet: 88, 1C and 08. RGB value is (136,28,8). Sum of RGB (Red+Green+Blue) = 136+28+8=172 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.07% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 136 - color contains mainly: red. Hex color #881C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881C08 is #77E3F7. Grayscale: #3A3A3A. Windows color (decimal): -7857144 or 531592. OLE color: 531592.

HSL color Cylindrical-coordinate representation of color #881C08: hue angle of 9.38º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #881C08 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 28 8 -
CMYK 0 0.79 0.94 0.47
HSL 9.38º 0.89% 0.28% -
HSV(B) 9.38º 0.94% 0.53% -
XYZ 10.61 6.08 0.84 -
YUV 58.01 99.78 183.63 -
System Red Green Blue C M Y K H S L
Decimal 136 28 8 0 0.79 0.94 0.47 9.38 0.89 0.28
Hex 88 1C 8 0 4F 5E 2F 9 59 1C
Octal 210 34 10 0 117 136 57 11 131 34
Binary 10001000 11100 1000 0 1001111 1011110 101111 1001 1011001 11100

Color Harmonies of #881C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881C08

Black with #881C08

Text Example


Text Example

White with #881C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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