Html Css Color HEX #802404 Falu Red

📋 copy color: '#802404'

red 128 ◦ green 36 ◦ blue 4

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

Shades of Falu Red #802404

Tints of Falu Red #802404

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.43%

 BLUE value IS 4 (1.95% from 255) = 2.38%

R = 76.19%
G = 21.43%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#802404 (or 0x802404) is known color: Falu Red. HEX triplet: 80, 24 and 04. RGB value is (128,36,4). Sum of RGB (Red+Green+Blue) = 128+36+4=168 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.19% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 128 - color contains mainly: red. Hex color #802404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802404 is #7FDBFB. Grayscale: #3C3C3C. Windows color (decimal): -8379388 or 271488. OLE color: 271488.

HSL color Cylindrical-coordinate representation of color #802404: hue angle of 15.48º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #802404 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 36 4 -
CMYK 0 0.72 0.97 0.50
HSL 15.48º 0.94% 0.26% -
HSV(B) 15.48º 0.97% 0.5% -
XYZ 9.55 5.86 0.74 -
YUV 59.86 96.48 176.6 -
System Red Green Blue C M Y K H S L
Decimal 128 36 4 0 0.72 0.97 0.50 15.48 0.94 0.26
Hex 80 24 4 0 48 61 32 F 5E 1A
Octal 200 44 4 0 110 141 62 17 136 32
Binary 10000000 100100 100 0 1001000 1100001 110010 1111 1011110 11010

Color Harmonies of #802404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802404

Black with #802404

Text Example


Text Example

White with #802404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802404; }

 p { color: rgb(128,36,4); }

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

background-color css

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

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

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

border-color css

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

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

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