Html Css Color HEX #881B01 Falu Red

📋 copy color: '#881B01'

red 136 ◦ green 27 ◦ blue 1

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

Shades of Falu Red #881B01

Tints of Falu Red #881B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.61%

R = 82.93%
G = 16.46%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#881B01 (or 0x881B01) is known color: Falu Red. HEX triplet: 88, 1B and 01. RGB value is (136,27,1). Sum of RGB (Red+Green+Blue) = 136+27+1=164 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.93% from 164); Green value is 27 (10.94% from 255 or 16.46% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 136 - color contains mainly: red. Hex color #881B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881B01 is #77E4FE. Grayscale: #383838. Windows color (decimal): -7857407 or 72584. OLE color: 72584.

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

Color convert

RGB 136 27 1 -
CMYK 0 0.80 0.99 0.47
HSL 11.56º 0.99% 0.27% -
HSV(B) 11.56º 0.99% 0.53% -
XYZ 10.55 6.02 0.63 -
YUV 56.63 96.61 184.61 -
System Red Green Blue C M Y K H S L
Decimal 136 27 1 0 0.80 0.99 0.47 11.56 0.99 0.27
Hex 88 1B 1 0 50 63 2F C 63 1B
Octal 210 33 1 0 120 143 57 14 143 33
Binary 10001000 11011 1 0 1010000 1100011 101111 1100 1100011 11011

Color Harmonies of #881B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881B01

Black with #881B01

Text Example


Text Example

White with #881B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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