Html Css Color HEX #881A0F Falu Red

📋 copy color: '#881A0F'

red 136 ◦ green 26 ◦ blue 15

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

Shades of Falu Red #881A0F

Tints of Falu Red #881A0F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.69%

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

R = 76.84%
G = 14.69%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#881A0F (or 0x881A0F) is known color: Falu Red. HEX triplet: 88, 1A and 0F. RGB value is (136,26,15). Sum of RGB (Red+Green+Blue) = 136+26+15=177 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.84% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 136 - color contains mainly: red. Hex color #881A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881A0F is #77E5F0. Grayscale: #393939. Windows color (decimal): -7857649 or 989832. OLE color: 989832.

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

Color convert

RGB 136 26 15 -
CMYK 0 0.81 0.89 0.47
HSL 5.45º 0.8% 0.3% -
HSV(B) 5.45º 0.89% 0.53% -
XYZ 10.61 6.01 1.05 -
YUV 57.64 103.94 183.89 -
System Red Green Blue C M Y K H S L
Decimal 136 26 15 0 0.81 0.89 0.47 5.45 0.8 0.3
Hex 88 1A F 0 51 59 2F 5 50 1E
Octal 210 32 17 0 121 131 57 5 120 36
Binary 10001000 11010 1111 0 1010001 1011001 101111 101 1010000 11110

Color Harmonies of #881A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881A0F

Black with #881A0F

Text Example


Text Example

White with #881A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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