Html Css Color HEX #801B16 Falu Red

📋 copy color: '#801B16'

red 128 ◦ green 27 ◦ blue 22

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

Shades of Falu Red #801B16

Tints of Falu Red #801B16

RGB

 RED value IS 128 (50.39% from 255) = 72.32%

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

 BLUE value IS 22 (8.98% from 255) = 12.43%

R = 72.32%
G = 15.25%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#801B16 (or 0x801B16) is known color: Falu Red. HEX triplet: 80, 1B and 16. RGB value is (128,27,22). Sum of RGB (Red+Green+Blue) = 128+27+22=177 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.32% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 128 - color contains mainly: red. Hex color #801B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801B16 is #7FE4E9. Grayscale: #383838. Windows color (decimal): -8381674 or 1448832. OLE color: 1448832.

HSL color Cylindrical-coordinate representation of color #801B16: hue angle of 2.83º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #801B16 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 27 22 -
CMYK 0 0.79 0.83 0.50
HSL 2.83º 0.71% 0.29% -
HSV(B) 2.83º 0.83% 0.5% -
XYZ 9.44 5.43 1.31 -
YUV 56.63 108.46 178.91 -
System Red Green Blue C M Y K H S L
Decimal 128 27 22 0 0.79 0.83 0.50 2.83 0.71 0.29
Hex 80 1B 16 0 4F 53 32 3 47 1D
Octal 200 33 26 0 117 123 62 3 107 35
Binary 10000000 11011 10110 0 1001111 1010011 110010 11 1000111 11101

Color Harmonies of #801B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801B16

Black with #801B16

Text Example


Text Example

White with #801B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801B16; }

 p { color: rgb(128,27,22); }

 H1.HeaderClassName
 {
   color: #801B16;
 }
 .AnyTagClassName
 {
   color: #801B16;
 }
</style>

background-color css

<style>
 a { background-color: #801B16; }

 a { background-color: rgb(128,27,22); }

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

border-color css

<style>
 span { border-color: #801B16; }

 span { border-color: rgb(128,27,22); }

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