Html Css Color HEX #802502 Falu Red

📋 copy color: '#802502'

red 128 ◦ green 37 ◦ blue 2

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

Shades of Falu Red #802502

Tints of Falu Red #802502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.16%

 BLUE value IS 2 (1.17% from 255) = 1.2%

R = 76.65%
G = 22.16%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#802502 (or 0x802502) is known color: Falu Red. HEX triplet: 80, 25 and 02. RGB value is (128,37,2). Sum of RGB (Red+Green+Blue) = 128+37+2=167 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.65% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 128 - color contains mainly: red. Hex color #802502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802502 is #7FDAFD. Grayscale: #3C3C3C. Windows color (decimal): -8379134 or 140672. OLE color: 140672.

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

Color convert

RGB 128 37 2 -
CMYK 0 0.71 0.98 0.50
HSL 16.67º 0.97% 0.25% -
HSV(B) 16.67º 0.98% 0.5% -
XYZ 9.57 5.92 0.69 -
YUV 60.22 95.15 176.35 -
System Red Green Blue C M Y K H S L
Decimal 128 37 2 0 0.71 0.98 0.50 16.67 0.97 0.25
Hex 80 25 2 0 47 62 32 11 61 19
Octal 200 45 2 0 107 142 62 21 141 31
Binary 10000000 100101 10 0 1000111 1100010 110010 10001 1100001 11001

Color Harmonies of #802502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802502

Black with #802502

Text Example


Text Example

White with #802502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802502; }

 p { color: rgb(128,37,2); }

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

background-color css

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

 a { background-color: rgb(128,37,2); }

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

border-color css

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

 span { border-color: rgb(128,37,2); }

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