Html Css Color HEX #802414 Falu Red

📋 copy color: '#802414'

red 128 ◦ green 36 ◦ blue 20

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

Shades of Falu Red #802414

Tints of Falu Red #802414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.87%

R = 69.57%
G = 19.57%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#802414 (or 0x802414) is known color: Falu Red. HEX triplet: 80, 24 and 14. RGB value is (128,36,20). Sum of RGB (Red+Green+Blue) = 128+36+20=184 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.57% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 128 - color contains mainly: red. Hex color #802414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802414 is #7FDBEB. Grayscale: #3D3D3D. Windows color (decimal): -8379372 or 1320064. OLE color: 1320064.

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

Color convert

RGB 128 36 20 -
CMYK 0 0.72 0.84 0.50
HSL 8.89º 0.73% 0.29% -
HSV(B) 8.89º 0.84% 0.5% -
XYZ 9.66 5.9 1.29 -
YUV 61.68 104.48 175.3 -
System Red Green Blue C M Y K H S L
Decimal 128 36 20 0 0.72 0.84 0.50 8.89 0.73 0.29
Hex 80 24 14 0 48 54 32 9 49 1D
Octal 200 44 24 0 110 124 62 11 111 35
Binary 10000000 100100 10100 0 1001000 1010100 110010 1001 1001001 11101

Color Harmonies of #802414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802414

Black with #802414

Text Example


Text Example

White with #802414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802414; }

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

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

background-color css

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

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

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

border-color css

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

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

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