Html Css Color HEX #801D02 Falu Red

📋 copy color: '#801D02'

red 128 ◦ green 29 ◦ blue 2

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

Shades of Falu Red #801D02

Tints of Falu Red #801D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.26%

R = 80.5%
G = 18.24%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#801D02 (or 0x801D02) is known color: Falu Red. HEX triplet: 80, 1D and 02. RGB value is (128,29,2). Sum of RGB (Red+Green+Blue) = 128+29+2=159 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80.50% from 159); Green value is 29 (11.72% from 255 or 18.24% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 128 - color contains mainly: red. Hex color #801D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801D02 is #7FE2FD. Grayscale: #373737. Windows color (decimal): -8381182 or 138624. OLE color: 138624.

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

Color convert

RGB 128 29 2 -
CMYK 0 0.77 0.98 0.50
HSL 12.86º 0.97% 0.25% -
HSV(B) 12.86º 0.98% 0.5% -
XYZ 9.35 5.47 0.62 -
YUV 55.52 97.8 179.7 -
System Red Green Blue C M Y K H S L
Decimal 128 29 2 0 0.77 0.98 0.50 12.86 0.97 0.25
Hex 80 1D 2 0 4D 62 32 D 61 19
Octal 200 35 2 0 115 142 62 15 141 31
Binary 10000000 11101 10 0 1001101 1100010 110010 1101 1100001 11001

Color Harmonies of #801D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801D02

Black with #801D02

Text Example


Text Example

White with #801D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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