Html Css Color HEX #882106 Falu Red

📋 copy color: '#882106'

red 136 ◦ green 33 ◦ blue 6

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

Shades of Falu Red #882106

Tints of Falu Red #882106

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.86%

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

R = 77.71%
G = 18.86%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#882106 (or 0x882106) is known color: Falu Red. HEX triplet: 88, 21 and 06. RGB value is (136,33,6). Sum of RGB (Red+Green+Blue) = 136+33+6=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #882106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882106 is #77DEF9. Grayscale: #3C3C3C. Windows color (decimal): -7855866 or 401800. OLE color: 401800.

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

Color convert

RGB 136 33 6 -
CMYK 0 0.76 0.96 0.47
HSL 12.46º 0.92% 0.28% -
HSV(B) 12.46º 0.96% 0.53% -
XYZ 10.73 6.34 0.83 -
YUV 60.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 136 33 6 0 0.76 0.96 0.47 12.46 0.92 0.28
Hex 88 21 6 0 4C 60 2F C 5C 1C
Octal 210 41 6 0 114 140 57 14 134 34
Binary 10001000 100001 110 0 1001100 1100000 101111 1100 1011100 11100

Color Harmonies of #882106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882106

Black with #882106

Text Example


Text Example

White with #882106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882106; }

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

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

background-color css

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

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

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

border-color css

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

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

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