Html Css Color HEX #881D05 Falu Red

📋 copy color: '#881D05'

red 136 ◦ green 29 ◦ blue 5

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

Shades of Falu Red #881D05

Tints of Falu Red #881D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.94%

R = 80%
G = 17.06%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#881D05 (or 0x881D05) is known color: Falu Red. HEX triplet: 88, 1D and 05. RGB value is (136,29,5). Sum of RGB (Red+Green+Blue) = 136+29+5=170 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 136 - color contains mainly: red. Hex color #881D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881D05 is #77E2FA. Grayscale: #3A3A3A. Windows color (decimal): -7856891 or 335240. OLE color: 335240.

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

Color convert

RGB 136 29 5 -
CMYK 0 0.79 0.96 0.47
HSL 10.99º 0.93% 0.28% -
HSV(B) 10.99º 0.96% 0.53% -
XYZ 10.62 6.12 0.77 -
YUV 58.26 97.95 183.45 -
System Red Green Blue C M Y K H S L
Decimal 136 29 5 0 0.79 0.96 0.47 10.99 0.93 0.28
Hex 88 1D 5 0 4F 60 2F B 5D 1C
Octal 210 35 5 0 117 140 57 13 135 34
Binary 10001000 11101 101 0 1001111 1100000 101111 1011 1011101 11100

Color Harmonies of #881D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881D05

Black with #881D05

Text Example


Text Example

White with #881D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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