Html Css Color HEX #802401 Falu Red

📋 copy color: '#802401'

red 128 ◦ green 36 ◦ blue 1

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

Shades of Falu Red #802401

Tints of Falu Red #802401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.61%

R = 77.58%
G = 21.82%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#802401 (or 0x802401) is known color: Falu Red. HEX triplet: 80, 24 and 01. RGB value is (128,36,1). Sum of RGB (Red+Green+Blue) = 128+36+1=165 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.58% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 128 - color contains mainly: red. Hex color #802401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802401 is #7FDBFE. Grayscale: #3B3B3B. Windows color (decimal): -8379391 or 74880. OLE color: 74880.

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

Color convert

RGB 128 36 1 -
CMYK 0 0.72 0.99 0.50
HSL 16.54º 0.98% 0.25% -
HSV(B) 16.54º 0.99% 0.5% -
XYZ 9.54 5.85 0.66 -
YUV 59.52 94.98 176.85 -
System Red Green Blue C M Y K H S L
Decimal 128 36 1 0 0.72 0.99 0.50 16.54 0.98 0.25
Hex 80 24 1 0 48 63 32 11 62 19
Octal 200 44 1 0 110 143 62 21 142 31
Binary 10000000 100100 1 0 1001000 1100011 110010 10001 1100010 11001

Color Harmonies of #802401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802401

Black with #802401

Text Example


Text Example

White with #802401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802401; }

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

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

background-color css

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

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

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

border-color css

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

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

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