Html Css Color HEX #881B05 Falu Red

📋 copy color: '#881B05'

red 136 ◦ green 27 ◦ blue 5

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

Shades of Falu Red #881B05

Tints of Falu Red #881B05

RGB

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

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

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

R = 80.95%
G = 16.07%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#881B05 (or 0x881B05) is known color: Falu Red. HEX triplet: 88, 1B and 05. RGB value is (136,27,5). Sum of RGB (Red+Green+Blue) = 136+27+5=168 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.95% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 136 - color contains mainly: red. Hex color #881B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881B05 is #77E4FA. Grayscale: #393939. Windows color (decimal): -7857403 or 334728. OLE color: 334728.

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

Color convert

RGB 136 27 5 -
CMYK 0 0.80 0.96 0.47
HSL 10.08º 0.93% 0.28% -
HSV(B) 10.08º 0.96% 0.53% -
XYZ 10.57 6.03 0.75 -
YUV 57.08 98.61 184.29 -
System Red Green Blue C M Y K H S L
Decimal 136 27 5 0 0.80 0.96 0.47 10.08 0.93 0.28
Hex 88 1B 5 0 50 60 2F A 5D 1C
Octal 210 33 5 0 120 140 57 12 135 34
Binary 10001000 11011 101 0 1010000 1100000 101111 1010 1011101 11100

Color Harmonies of #881B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881B05

Black with #881B05

Text Example


Text Example

White with #881B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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