Html Css Color HEX #802003 Falu Red

📋 copy color: '#802003'

red 128 ◦ green 32 ◦ blue 3

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

Shades of Falu Red #802003

Tints of Falu Red #802003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.84%

R = 78.53%
G = 19.63%
B = 1.84%

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

#802003 (or 0x802003) is known color: Falu Red. HEX triplet: 80, 20 and 03. RGB value is (128,32,3). Sum of RGB (Red+Green+Blue) = 128+32+3=163 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.53% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 128 - color contains mainly: red. Hex color #802003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802003 is #7FDFFC. Grayscale: #393939. Windows color (decimal): -8380413 or 204928. OLE color: 204928.

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

Color convert

RGB 128 32 3 -
CMYK 0 0.75 0.98 0.50
HSL 13.92º 0.95% 0.26% -
HSV(B) 13.92º 0.98% 0.5% -
XYZ 9.44 5.63 0.68 -
YUV 57.4 97.3 178.36 -
System Red Green Blue C M Y K H S L
Decimal 128 32 3 0 0.75 0.98 0.50 13.92 0.95 0.26
Hex 80 20 3 0 4B 62 32 E 5F 1A
Octal 200 40 3 0 113 142 62 16 137 32
Binary 10000000 100000 11 0 1001011 1100010 110010 1110 1011111 11010

Color Harmonies of #802003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802003

Black with #802003

Text Example


Text Example

White with #802003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802003; }

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

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

background-color css

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

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

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

border-color css

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

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

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