Html Css Color HEX #801B0C Falu Red

📋 copy color: '#801B0C'

red 128 ◦ green 27 ◦ blue 12

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

Shades of Falu Red #801B0C

Tints of Falu Red #801B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.19%

R = 76.65%
G = 16.17%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#801B0C (or 0x801B0C) is known color: Falu Red. HEX triplet: 80, 1B and 0C. RGB value is (128,27,12). Sum of RGB (Red+Green+Blue) = 128+27+12=167 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.65% from 167); Green value is 27 (10.94% from 255 or 16.17% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 128 - color contains mainly: red. Hex color #801B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801B0C is #7FE4F3. Grayscale: #373737. Windows color (decimal): -8381684 or 793472. OLE color: 793472.

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

Color convert

RGB 128 27 12 -
CMYK 0 0.79 0.91 0.50
HSL 7.76º 0.83% 0.27% -
HSV(B) 7.76º 0.91% 0.5% -
XYZ 9.36 5.4 0.9 -
YUV 55.49 103.46 179.72 -
System Red Green Blue C M Y K H S L
Decimal 128 27 12 0 0.79 0.91 0.50 7.76 0.83 0.27
Hex 80 1B C 0 4F 5B 32 8 53 1B
Octal 200 33 14 0 117 133 62 10 123 33
Binary 10000000 11011 1100 0 1001111 1011011 110010 1000 1010011 11011

Color Harmonies of #801B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801B0C

Black with #801B0C

Text Example


Text Example

White with #801B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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