Html Css Color HEX #881B00 Falu Red

📋 copy color: '#881B00'

red 136 ◦ green 27 ◦ blue 0

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

Shades of Falu Red #881B00

Tints of Falu Red #881B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.44%
G = 16.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#881B00 (or 0x881B00) is known color: Falu Red. HEX triplet: 88, 1B and 00. RGB value is (136,27,0). Sum of RGB (Red+Green+Blue) = 136+27+0=163 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.44% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 136 - color contains mainly: red. Hex color #881B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881B00 is #77E4FF. Grayscale: #383838. Windows color (decimal): -7857408 or 7048. OLE color: 7048.

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

Color convert

RGB 136 27 0 -
CMYK 0 0.80 1 0.47
HSL 11.91º 1% 0.27% -
HSV(B) 11.91º 1% 0.53% -
XYZ 10.55 6.02 0.61 -
YUV 56.51 96.11 184.7 -
System Red Green Blue C M Y K H S L
Decimal 136 27 0 0 0.80 1 0.47 11.91 1 0.27
Hex 88 1B 0 0 50 64 2F C 64 1B
Octal 210 33 0 0 120 144 57 14 144 33
Binary 10001000 11011 0 0 1010000 1100100 101111 1100 1100100 11011

Color Harmonies of #881B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881B00

Black with #881B00

Text Example


Text Example

White with #881B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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