Html Css Color HEX #881D04 Falu Red

📋 copy color: '#881D04'

red 136 ◦ green 29 ◦ blue 4

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

Shades of Falu Red #881D04

Tints of Falu Red #881D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.37%

R = 80.47%
G = 17.16%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#881D04 (or 0x881D04) is known color: Falu Red. HEX triplet: 88, 1D and 04. RGB value is (136,29,4). Sum of RGB (Red+Green+Blue) = 136+29+4=169 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.47% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 136 - color contains mainly: red. Hex color #881D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881D04 is #77E2FB. Grayscale: #3A3A3A. Windows color (decimal): -7856892 or 269704. OLE color: 269704.

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

Color convert

RGB 136 29 4 -
CMYK 0 0.79 0.97 0.47
HSL 11.36º 0.94% 0.27% -
HSV(B) 11.36º 0.97% 0.53% -
XYZ 10.61 6.12 0.74 -
YUV 58.14 97.45 183.53 -
System Red Green Blue C M Y K H S L
Decimal 136 29 4 0 0.79 0.97 0.47 11.36 0.94 0.27
Hex 88 1D 4 0 4F 61 2F B 5E 1B
Octal 210 35 4 0 117 141 57 13 136 33
Binary 10001000 11101 100 0 1001111 1100001 101111 1011 1011110 11011

Color Harmonies of #881D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881D04

Black with #881D04

Text Example


Text Example

White with #881D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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