Html Css Color HEX #882108 Falu Red

📋 copy color: '#882108'

red 136 ◦ green 33 ◦ blue 8

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

Shades of Falu Red #882108

Tints of Falu Red #882108

RGB

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

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

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

R = 76.84%
G = 18.64%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#882108 (or 0x882108) is known color: Falu Red. HEX triplet: 88, 21 and 08. RGB value is (136,33,8). Sum of RGB (Red+Green+Blue) = 136+33+8=177 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.84% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 136 - color contains mainly: red. Hex color #882108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882108 is #77DEF7. Grayscale: #3D3D3D. Windows color (decimal): -7855864 or 532872. OLE color: 532872.

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

Color convert

RGB 136 33 8 -
CMYK 0 0.76 0.94 0.47
HSL 11.72º 0.89% 0.28% -
HSV(B) 11.72º 0.94% 0.53% -
XYZ 10.74 6.34 0.89 -
YUV 60.95 98.12 181.53 -
System Red Green Blue C M Y K H S L
Decimal 136 33 8 0 0.76 0.94 0.47 11.72 0.89 0.28
Hex 88 21 8 0 4C 5E 2F C 59 1C
Octal 210 41 10 0 114 136 57 14 131 34
Binary 10001000 100001 1000 0 1001100 1011110 101111 1100 1011001 11100

Color Harmonies of #882108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882108

Black with #882108

Text Example


Text Example

White with #882108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882108; }

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

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

background-color css

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

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

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

border-color css

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

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

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