Html Css Color HEX #882200 Falu Red

📋 copy color: '#882200'

red 136 ◦ green 34 ◦ blue 0

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

Shades of Falu Red #882200

Tints of Falu Red #882200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80%
G = 20%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#882200 (or 0x882200) is known color: Falu Red. HEX triplet: 88, 22 and 00. RGB value is (136,34,0). Sum of RGB (Red+Green+Blue) = 136+34+0=170 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 136 - color contains mainly: red. Hex color #882200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882200 is #77DDFF. Grayscale: #3C3C3C. Windows color (decimal): -7855616 or 8840. OLE color: 8840.

HSL color Cylindrical-coordinate representation of color #882200: hue angle of 15º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #882200 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 34 0 -
CMYK 0 0.75 1 0.47
HSL 15º 1% 0.27% -
HSV(B) 15º 1% 0.53% -
XYZ 10.73 6.38 0.67 -
YUV 60.62 93.79 181.76 -
System Red Green Blue C M Y K H S L
Decimal 136 34 0 0 0.75 1 0.47 15 1 0.27
Hex 88 22 0 0 4B 64 2F F 64 1B
Octal 210 42 0 0 113 144 57 17 144 33
Binary 10001000 100010 0 0 1001011 1100100 101111 1111 1100100 11011

Color Harmonies of #882200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882200

Black with #882200

Text Example


Text Example

White with #882200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882200; }

 p { color: rgb(136,34,0); }

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

background-color css

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

 a { background-color: rgb(136,34,0); }

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

border-color css

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

 span { border-color: rgb(136,34,0); }

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