Html Css Color HEX #802718 Falu Red

📋 copy color: '#802718'

red 128 ◦ green 39 ◦ blue 24

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

Shades of Falu Red #802718

Tints of Falu Red #802718

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.42%

 BLUE value IS 24 (9.77% from 255) = 12.57%

R = 67.02%
G = 20.42%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#802718 (or 0x802718) is known color: Falu Red. HEX triplet: 80, 27 and 18. RGB value is (128,39,24). Sum of RGB (Red+Green+Blue) = 128+39+24=191 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.02% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 128 - color contains mainly: red. Hex color #802718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802718 is #7FD8E7. Grayscale: #404040. Windows color (decimal): -8378600 or 1582976. OLE color: 1582976.

HSL color Cylindrical-coordinate representation of color #802718: hue angle of 8.65º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #802718 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 39 24 -
CMYK 0 0.70 0.81 0.50
HSL 8.65º 0.68% 0.3% -
HSV(B) 8.65º 0.81% 0.5% -
XYZ 9.79 6.11 1.53 -
YUV 63.9 105.49 173.72 -
System Red Green Blue C M Y K H S L
Decimal 128 39 24 0 0.70 0.81 0.50 8.65 0.68 0.3
Hex 80 27 18 0 46 51 32 9 44 1E
Octal 200 47 30 0 106 121 62 11 104 36
Binary 10000000 100111 11000 0 1000110 1010001 110010 1001 1000100 11110

Color Harmonies of #802718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802718

Black with #802718

Text Example


Text Example

White with #802718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802718; }

 p { color: rgb(128,39,24); }

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

background-color css

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

 a { background-color: rgb(128,39,24); }

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

border-color css

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

 span { border-color: rgb(128,39,24); }

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