Html Css Color HEX #802601 Falu Red

📋 copy color: '#802601'

red 128 ◦ green 38 ◦ blue 1

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

Shades of Falu Red #802601

Tints of Falu Red #802601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.75%

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

R = 76.65%
G = 22.75%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#802601 (or 0x802601) is known color: Falu Red. HEX triplet: 80, 26 and 01. RGB value is (128,38,1). Sum of RGB (Red+Green+Blue) = 128+38+1=167 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.65% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 128 - color contains mainly: red. Hex color #802601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802601 is #7FD9FE. Grayscale: #3C3C3C. Windows color (decimal): -8378879 or 75392. OLE color: 75392.

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

Color convert

RGB 128 38 1 -
CMYK 0 0.70 0.99 0.50
HSL 17.48º 0.98% 0.25% -
HSV(B) 17.48º 0.99% 0.5% -
XYZ 9.6 5.98 0.68 -
YUV 60.69 94.32 176.01 -
System Red Green Blue C M Y K H S L
Decimal 128 38 1 0 0.70 0.99 0.50 17.48 0.98 0.25
Hex 80 26 1 0 46 63 32 11 62 19
Octal 200 46 1 0 106 143 62 21 142 31
Binary 10000000 100110 1 0 1000110 1100011 110010 10001 1100010 11001

Color Harmonies of #802601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802601

Black with #802601

Text Example


Text Example

White with #802601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802601; }

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

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

background-color css

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

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

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

border-color css

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

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

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