Html Css Color HEX #881B0A Falu Red

📋 copy color: '#881B0A'

red 136 ◦ green 27 ◦ blue 10

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

Shades of Falu Red #881B0A

Tints of Falu Red #881B0A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.61%

 BLUE value IS 10 (4.3% from 255) = 5.78%

R = 78.61%
G = 15.61%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#881B0A (or 0x881B0A) is known color: Falu Red. HEX triplet: 88, 1B and 0A. RGB value is (136,27,10). Sum of RGB (Red+Green+Blue) = 136+27+10=173 (22% of max value = 765). Red value is 136 (53.52% from 255 or 78.61% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 136 - color contains mainly: red. Hex color #881B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881B0A is #77E4F5. Grayscale: #393939. Windows color (decimal): -7857398 or 662408. OLE color: 662408.

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

Color convert

RGB 136 27 10 -
CMYK 0 0.80 0.93 0.47
HSL 8.1º 0.86% 0.29% -
HSV(B) 8.1º 0.93% 0.53% -
XYZ 10.6 6.04 0.89 -
YUV 57.65 101.11 183.88 -
System Red Green Blue C M Y K H S L
Decimal 136 27 10 0 0.80 0.93 0.47 8.1 0.86 0.29
Hex 88 1B A 0 50 5D 2F 8 56 1D
Octal 210 33 12 0 120 135 57 10 126 35
Binary 10001000 11011 1010 0 1010000 1011101 101111 1000 1010110 11101

Color Harmonies of #881B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881B0A

Black with #881B0A

Text Example


Text Example

White with #881B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,27,10); }

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

background-color css

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

 a { background-color: rgb(136,27,10); }

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

border-color css

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

 span { border-color: rgb(136,27,10); }

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