Html Css Color HEX #802301 Falu Red

📋 copy color: '#802301'

red 128 ◦ green 35 ◦ blue 1

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

Shades of Falu Red #802301

Tints of Falu Red #802301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.34%

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

R = 78.05%
G = 21.34%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#802301 (or 0x802301) is known color: Falu Red. HEX triplet: 80, 23 and 01. RGB value is (128,35,1). Sum of RGB (Red+Green+Blue) = 128+35+1=164 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.05% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 128 - color contains mainly: red. Hex color #802301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802301 is #7FDCFE. Grayscale: #3B3B3B. Windows color (decimal): -8379647 or 74624. OLE color: 74624.

HSL color Cylindrical-coordinate representation of color #802301: hue angle of 16.06º 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 #802301 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 35 1 -
CMYK 0 0.73 0.99 0.50
HSL 16.06º 0.98% 0.25% -
HSV(B) 16.06º 0.99% 0.5% -
XYZ 9.51 5.79 0.65 -
YUV 58.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 128 35 1 0 0.73 0.99 0.50 16.06 0.98 0.25
Hex 80 23 1 0 49 63 32 10 62 19
Octal 200 43 1 0 111 143 62 20 142 31
Binary 10000000 100011 1 0 1001001 1100011 110010 10000 1100010 11001

Color Harmonies of #802301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802301

Black with #802301

Text Example


Text Example

White with #802301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802301; }

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

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

background-color css

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

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

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

border-color css

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

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

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