Html Css Color HEX #881D00 Falu Red

📋 copy color: '#881D00'

red 136 ◦ green 29 ◦ blue 0

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

Shades of Falu Red #881D00

Tints of Falu Red #881D00

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.58%

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

R = 82.42%
G = 17.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#881D00 (or 0x881D00) is known color: Falu Red. HEX triplet: 88, 1D and 00. RGB value is (136,29,0). Sum of RGB (Red+Green+Blue) = 136+29+0=165 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.42% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 136 - color contains mainly: red. Hex color #881D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881D00 is #77E2FF. Grayscale: #393939. Windows color (decimal): -7856896 or 7560. OLE color: 7560.

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

Color convert

RGB 136 29 0 -
CMYK 0 0.79 1 0.47
HSL 12.79º 1% 0.27% -
HSV(B) 12.79º 1% 0.53% -
XYZ 10.59 6.11 0.62 -
YUV 57.69 95.45 183.86 -
System Red Green Blue C M Y K H S L
Decimal 136 29 0 0 0.79 1 0.47 12.79 1 0.27
Hex 88 1D 0 0 4F 64 2F D 64 1B
Octal 210 35 0 0 117 144 57 15 144 33
Binary 10001000 11101 0 0 1001111 1100100 101111 1101 1100100 11011

Color Harmonies of #881D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881D00

Black with #881D00

Text Example


Text Example

White with #881D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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