Html Css Color HEX #882000 Falu Red

📋 copy color: '#882000'

red 136 ◦ green 32 ◦ blue 0

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

Shades of Falu Red #882000

Tints of Falu Red #882000

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.05%

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

R = 80.95%
G = 19.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#882000 (or 0x882000) is known color: Falu Red. HEX triplet: 88, 20 and 00. RGB value is (136,32,0). Sum of RGB (Red+Green+Blue) = 136+32+0=168 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.95% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 136 - color contains mainly: red. Hex color #882000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882000 is #77DFFF. Grayscale: #3B3B3B. Windows color (decimal): -7856128 or 8328. OLE color: 8328.

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

Color convert

RGB 136 32 0 -
CMYK 0 0.76 1 0.47
HSL 14.12º 1% 0.27% -
HSV(B) 14.12º 1% 0.53% -
XYZ 10.67 6.27 0.65 -
YUV 59.45 94.46 182.6 -
System Red Green Blue C M Y K H S L
Decimal 136 32 0 0 0.76 1 0.47 14.12 1 0.27
Hex 88 20 0 0 4C 64 2F E 64 1B
Octal 210 40 0 0 114 144 57 16 144 33
Binary 10001000 100000 0 0 1001100 1100100 101111 1110 1100100 11011

Color Harmonies of #882000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882000

Black with #882000

Text Example


Text Example

White with #882000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882000; }

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

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

background-color css

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

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

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

border-color css

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

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

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