Html Css Color HEX #801D1D Falu Red

📋 copy color: '#801D1D'

red 128 ◦ green 29 ◦ blue 29

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

Shades of Falu Red #801D1D

Tints of Falu Red #801D1D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.59%

 BLUE value IS 29 (11.72% from 255) = 15.59%

R = 68.82%
G = 15.59%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#801D1D (or 0x801D1D) is known color: Falu Red. HEX triplet: 80, 1D and 1D. RGB value is (128,29,29). Sum of RGB (Red+Green+Blue) = 128+29+29=186 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.82% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 128 - color contains mainly: red. Hex color #801D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801D1D is #7FE2E2. Grayscale: #3A3A3A. Windows color (decimal): -8381155 or 1908096. OLE color: 1908096.

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

Color convert

RGB 128 29 29 -
CMYK 0 0.77 0.77 0.50
HSL 0.63% 0.31% -
HSV(B) 0.77% 0.5% -
XYZ 9.56 5.56 1.73 -
YUV 58.6 111.3 177.5 -
System Red Green Blue C M Y K H S L
Decimal 128 29 29 0 0.77 0.77 0.50 0 0.63 0.31
Hex 80 1D 1D 0 4D 4D 32 0 3F 1F
Octal 200 35 35 0 115 115 62 0 77 37
Binary 10000000 11101 11101 0 1001101 1001101 110010 0 111111 11111

Color Harmonies of #801D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801D1D

Black with #801D1D

Text Example


Text Example

White with #801D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,29,29); }

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

background-color css

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

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

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

border-color css

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

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

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