Html Css Color HEX #881A01 Falu Red

📋 copy color: '#881A01'

red 136 ◦ green 26 ◦ blue 1

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

Shades of Falu Red #881A01

Tints of Falu Red #881A01

RGB

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

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

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

R = 83.44%
G = 15.95%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#881A01 (or 0x881A01) is known color: Falu Red. HEX triplet: 88, 1A and 01. RGB value is (136,26,1). Sum of RGB (Red+Green+Blue) = 136+26+1=163 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.44% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 136 - color contains mainly: red. Hex color #881A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881A01 is #77E5FE. Grayscale: #383838. Windows color (decimal): -7857663 or 72328. OLE color: 72328.

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

Color convert

RGB 136 26 1 -
CMYK 0 0.81 0.99 0.47
HSL 11.11º 0.99% 0.27% -
HSV(B) 11.11º 0.99% 0.53% -
XYZ 10.53 5.98 0.63 -
YUV 56.04 96.94 185.03 -
System Red Green Blue C M Y K H S L
Decimal 136 26 1 0 0.81 0.99 0.47 11.11 0.99 0.27
Hex 88 1A 1 0 51 63 2F B 63 1B
Octal 210 32 1 0 121 143 57 13 143 33
Binary 10001000 11010 1 0 1010001 1100011 101111 1011 1100011 11011

Color Harmonies of #881A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881A01

Black with #881A01

Text Example


Text Example

White with #881A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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