Html Css Color HEX #881C06 Falu Red

📋 copy color: '#881C06'

red 136 ◦ green 28 ◦ blue 6

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

Shades of Falu Red #881C06

Tints of Falu Red #881C06

RGB

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

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

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

R = 80%
G = 16.47%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#881C06 (or 0x881C06) is known color: Falu Red. HEX triplet: 88, 1C and 06. RGB value is (136,28,6). Sum of RGB (Red+Green+Blue) = 136+28+6=170 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 136 - color contains mainly: red. Hex color #881C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881C06 is #77E3F9. Grayscale: #393939. Windows color (decimal): -7857146 or 400520. OLE color: 400520.

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

Color convert

RGB 136 28 6 -
CMYK 0 0.79 0.96 0.47
HSL 10.15º 0.92% 0.28% -
HSV(B) 10.15º 0.96% 0.53% -
XYZ 10.6 6.08 0.79 -
YUV 57.78 98.78 183.79 -
System Red Green Blue C M Y K H S L
Decimal 136 28 6 0 0.79 0.96 0.47 10.15 0.92 0.28
Hex 88 1C 6 0 4F 60 2F A 5C 1C
Octal 210 34 6 0 117 140 57 12 134 34
Binary 10001000 11100 110 0 1001111 1100000 101111 1010 1011100 11100

Color Harmonies of #881C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881C06

Black with #881C06

Text Example


Text Example

White with #881C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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