Html Css Color HEX #801703 Falu Red

📋 copy color: '#801703'

red 128 ◦ green 23 ◦ blue 3

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

Shades of Falu Red #801703

Tints of Falu Red #801703

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.94%

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

R = 83.12%
G = 14.94%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#801703 (or 0x801703) is known color: Falu Red. HEX triplet: 80, 17 and 03. RGB value is (128,23,3). Sum of RGB (Red+Green+Blue) = 128+23+3=154 (20% of max value = 765). Red value is 128 (50.39% from 255 or 83.12% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 128 - color contains mainly: red. Hex color #801703 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801703 is #7FE8FC. Grayscale: #343434. Windows color (decimal): -8382717 or 202624. OLE color: 202624.

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

Color convert

RGB 128 23 3 -
CMYK 0 0.82 0.98 0.50
HSL 9.6º 0.95% 0.26% -
HSV(B) 9.6º 0.98% 0.5% -
XYZ 9.22 5.21 0.61 -
YUV 52.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 128 23 3 0 0.82 0.98 0.50 9.6 0.95 0.26
Hex 80 17 3 0 52 62 32 A 5F 1A
Octal 200 27 3 0 122 142 62 12 137 32
Binary 10000000 10111 11 0 1010010 1100010 110010 1010 1011111 11010

Color Harmonies of #801703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801703

Black with #801703

Text Example


Text Example

White with #801703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801703; }

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

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

background-color css

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

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

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

border-color css

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

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

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