Html Css Color HEX #802002 Falu Red

📋 copy color: '#802002'

red 128 ◦ green 32 ◦ blue 2

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

Shades of Falu Red #802002

Tints of Falu Red #802002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.75%

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

R = 79.01%
G = 19.75%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#802002 (or 0x802002) is known color: Falu Red. HEX triplet: 80, 20 and 02. RGB value is (128,32,2). Sum of RGB (Red+Green+Blue) = 128+32+2=162 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.01% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 128 - color contains mainly: red. Hex color #802002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802002 is #7FDFFD. Grayscale: #393939. Windows color (decimal): -8380414 or 139392. OLE color: 139392.

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

Color convert

RGB 128 32 2 -
CMYK 0 0.75 0.98 0.50
HSL 14.29º 0.97% 0.25% -
HSV(B) 14.29º 0.98% 0.5% -
XYZ 9.43 5.63 0.65 -
YUV 57.28 96.8 178.44 -
System Red Green Blue C M Y K H S L
Decimal 128 32 2 0 0.75 0.98 0.50 14.29 0.97 0.25
Hex 80 20 2 0 4B 62 32 E 61 19
Octal 200 40 2 0 113 142 62 16 141 31
Binary 10000000 100000 10 0 1001011 1100010 110010 1110 1100001 11001

Color Harmonies of #802002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802002

Black with #802002

Text Example


Text Example

White with #802002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802002; }

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

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

background-color css

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

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

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

border-color css

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

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

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