Html Css Color HEX #802412 Falu Red

📋 copy color: '#802412'

red 128 ◦ green 36 ◦ blue 18

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

Shades of Falu Red #802412

Tints of Falu Red #802412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.89%

R = 70.33%
G = 19.78%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#802412 (or 0x802412) is known color: Falu Red. HEX triplet: 80, 24 and 12. RGB value is (128,36,18). Sum of RGB (Red+Green+Blue) = 128+36+18=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #802412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802412 is #7FDBED. Grayscale: #3D3D3D. Windows color (decimal): -8379374 or 1188992. OLE color: 1188992.

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

Color convert

RGB 128 36 18 -
CMYK 0 0.72 0.86 0.50
HSL 9.82º 0.75% 0.29% -
HSV(B) 9.82º 0.86% 0.5% -
XYZ 9.64 5.89 1.2 -
YUV 61.46 103.48 175.46 -
System Red Green Blue C M Y K H S L
Decimal 128 36 18 0 0.72 0.86 0.50 9.82 0.75 0.29
Hex 80 24 12 0 48 56 32 A 4B 1D
Octal 200 44 22 0 110 126 62 12 113 35
Binary 10000000 100100 10010 0 1001000 1010110 110010 1010 1001011 11101

Color Harmonies of #802412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802412

Black with #802412

Text Example


Text Example

White with #802412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802412; }

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

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

background-color css

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

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

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

border-color css

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

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

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