Html Css Color HEX #801702 Falu Red

📋 copy color: '#801702'

red 128 ◦ green 23 ◦ blue 2

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

Shades of Falu Red #801702

Tints of Falu Red #801702

RGB

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

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

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

R = 83.66%
G = 15.03%
B = 1.31%

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

#801702 (or 0x801702) is known color: Falu Red. HEX triplet: 80, 17 and 02. RGB value is (128,23,2). Sum of RGB (Red+Green+Blue) = 128+23+2=153 (20% of max value = 765). Red value is 128 (50.39% from 255 or 83.66% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 128 - color contains mainly: red. Hex color #801702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801702 is #7FE8FD. Grayscale: #343434. Windows color (decimal): -8382718 or 137088. OLE color: 137088.

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

Color convert

RGB 128 23 2 -
CMYK 0 0.82 0.98 0.50
HSL 10º 0.97% 0.25% -
HSV(B) 10º 0.98% 0.5% -
XYZ 9.22 5.21 0.58 -
YUV 52 99.79 182.21 -
System Red Green Blue C M Y K H S L
Decimal 128 23 2 0 0.82 0.98 0.50 10 0.97 0.25
Hex 80 17 2 0 52 62 32 A 61 19
Octal 200 27 2 0 122 142 62 12 141 31
Binary 10000000 10111 10 0 1010010 1100010 110010 1010 1100001 11001

Color Harmonies of #801702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801702

Black with #801702

Text Example


Text Example

White with #801702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801702; }

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

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

background-color css

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

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

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

border-color css

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

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

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