Html Css Color HEX #881D0F Falu Red

📋 copy color: '#881D0F'

red 136 ◦ green 29 ◦ blue 15

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

Shades of Falu Red #881D0F

Tints of Falu Red #881D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.33%

R = 75.56%
G = 16.11%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#881D0F (or 0x881D0F) is known color: Falu Red. HEX triplet: 88, 1D and 0F. RGB value is (136,29,15). Sum of RGB (Red+Green+Blue) = 136+29+15=180 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.56% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 136 - color contains mainly: red. Hex color #881D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881D0F is #77E2F0. Grayscale: #3B3B3B. Windows color (decimal): -7856881 or 990600. OLE color: 990600.

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

Color convert

RGB 136 29 15 -
CMYK 0 0.79 0.89 0.47
HSL 6.94º 0.8% 0.3% -
HSV(B) 6.94º 0.89% 0.53% -
XYZ 10.68 6.15 1.08 -
YUV 59.4 102.95 182.64 -
System Red Green Blue C M Y K H S L
Decimal 136 29 15 0 0.79 0.89 0.47 6.94 0.8 0.3
Hex 88 1D F 0 4F 59 2F 7 50 1E
Octal 210 35 17 0 117 131 57 7 120 36
Binary 10001000 11101 1111 0 1001111 1011001 101111 111 1010000 11110

Color Harmonies of #881D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881D0F

Black with #881D0F

Text Example


Text Example

White with #881D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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