Html Css Color HEX #802413 Falu Red

📋 copy color: '#802413'

red 128 ◦ green 36 ◦ blue 19

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

Shades of Falu Red #802413

Tints of Falu Red #802413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.38%

R = 69.95%
G = 19.67%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#802413 (or 0x802413) is known color: Falu Red. HEX triplet: 80, 24 and 13. RGB value is (128,36,19). Sum of RGB (Red+Green+Blue) = 128+36+19=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #802413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802413 is #7FDBEC. Grayscale: #3D3D3D. Windows color (decimal): -8379373 or 1254528. OLE color: 1254528.

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

Color convert

RGB 128 36 19 -
CMYK 0 0.72 0.85 0.50
HSL 9.36º 0.74% 0.29% -
HSV(B) 9.36º 0.85% 0.5% -
XYZ 9.65 5.9 1.25 -
YUV 61.57 103.98 175.38 -
System Red Green Blue C M Y K H S L
Decimal 128 36 19 0 0.72 0.85 0.50 9.36 0.74 0.29
Hex 80 24 13 0 48 55 32 9 4A 1D
Octal 200 44 23 0 110 125 62 11 112 35
Binary 10000000 100100 10011 0 1001000 1010101 110010 1001 1001010 11101

Color Harmonies of #802413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802413

Black with #802413

Text Example


Text Example

White with #802413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802413; }

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

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

background-color css

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

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

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

border-color css

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

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

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