Html Css Color HEX #802417 Falu Red

📋 copy color: '#802417'

red 128 ◦ green 36 ◦ blue 23

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

Shades of Falu Red #802417

Tints of Falu Red #802417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.25%

 BLUE value IS 23 (9.38% from 255) = 12.3%

R = 68.45%
G = 19.25%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#802417 (or 0x802417) is known color: Falu Red. HEX triplet: 80, 24 and 17. RGB value is (128,36,23). Sum of RGB (Red+Green+Blue) = 128+36+23=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #802417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802417 is #7FDBE8. Grayscale: #3E3E3E. Windows color (decimal): -8379369 or 1516672. OLE color: 1516672.

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

Color convert

RGB 128 36 23 -
CMYK 0 0.72 0.82 0.50
HSL 7.43º 0.7% 0.3% -
HSV(B) 7.43º 0.82% 0.5% -
XYZ 9.69 5.91 1.44 -
YUV 62.03 105.98 175.06 -
System Red Green Blue C M Y K H S L
Decimal 128 36 23 0 0.72 0.82 0.50 7.43 0.7 0.3
Hex 80 24 17 0 48 52 32 7 46 1E
Octal 200 44 27 0 110 122 62 7 106 36
Binary 10000000 100100 10111 0 1001000 1010010 110010 111 1000110 11110

Color Harmonies of #802417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802417

Black with #802417

Text Example


Text Example

White with #802417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802417; }

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

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

background-color css

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

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

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

border-color css

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

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

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