Html Css Color HEX #802402 Falu Red

📋 copy color: '#802402'

red 128 ◦ green 36 ◦ blue 2

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

Shades of Falu Red #802402

Tints of Falu Red #802402

RGB

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

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

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

R = 77.11%
G = 21.69%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#802402 (or 0x802402) is known color: Falu Red. HEX triplet: 80, 24 and 02. RGB value is (128,36,2). Sum of RGB (Red+Green+Blue) = 128+36+2=166 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.11% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 128 - color contains mainly: red. Hex color #802402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802402 is #7FDBFD. Grayscale: #3B3B3B. Windows color (decimal): -8379390 or 140416. OLE color: 140416.

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

Color convert

RGB 128 36 2 -
CMYK 0 0.72 0.98 0.50
HSL 16.19º 0.97% 0.25% -
HSV(B) 16.19º 0.98% 0.5% -
XYZ 9.54 5.86 0.68 -
YUV 59.63 95.48 176.76 -
System Red Green Blue C M Y K H S L
Decimal 128 36 2 0 0.72 0.98 0.50 16.19 0.97 0.25
Hex 80 24 2 0 48 62 32 10 61 19
Octal 200 44 2 0 110 142 62 20 141 31
Binary 10000000 100100 10 0 1001000 1100010 110010 10000 1100001 11001

Color Harmonies of #802402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802402

Black with #802402

Text Example


Text Example

White with #802402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802402; }

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

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

background-color css

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

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

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

border-color css

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

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

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