Html Css Color HEX #802400 Falu Red

📋 copy color: '#802400'

red 128 ◦ green 36 ◦ blue 0

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

Shades of Falu Red #802400

Tints of Falu Red #802400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.05%
G = 21.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#802400 (or 0x802400) is known color: Falu Red. HEX triplet: 80, 24 and 00. RGB value is (128,36,0). Sum of RGB (Red+Green+Blue) = 128+36+0=164 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.05% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 128 - color contains mainly: red. Hex color #802400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802400 is #7FDBFF. Grayscale: #3B3B3B. Windows color (decimal): -8379392 or 9344. OLE color: 9344.

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

Color convert

RGB 128 36 0 -
CMYK 0 0.72 1 0.50
HSL 16.88º 1% 0.25% -
HSV(B) 16.88º 1% 0.5% -
XYZ 9.53 5.85 0.63 -
YUV 59.4 94.48 176.93 -
System Red Green Blue C M Y K H S L
Decimal 128 36 0 0 0.72 1 0.50 16.88 1 0.25
Hex 80 24 0 0 48 64 32 11 64 19
Octal 200 44 0 0 110 144 62 21 144 31
Binary 10000000 100100 0 0 1001000 1100100 110010 10001 1100100 11001

Color Harmonies of #802400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802400

Black with #802400

Text Example


Text Example

White with #802400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802400; }

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

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

background-color css

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

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

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

border-color css

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

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

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