Html Css Color HEX #802407 Falu Red

📋 copy color: '#802407'

red 128 ◦ green 36 ◦ blue 7

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

Shades of Falu Red #802407

Tints of Falu Red #802407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.09%

R = 74.85%
G = 21.05%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#802407 (or 0x802407) is known color: Falu Red. HEX triplet: 80, 24 and 07. RGB value is (128,36,7). Sum of RGB (Red+Green+Blue) = 128+36+7=171 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.85% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 128 - color contains mainly: red. Hex color #802407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802407 is #7FDBF8. Grayscale: #3C3C3C. Windows color (decimal): -8379385 or 468096. OLE color: 468096.

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

Color convert

RGB 128 36 7 -
CMYK 0 0.72 0.95 0.50
HSL 14.38º 0.9% 0.26% -
HSV(B) 14.38º 0.95% 0.5% -
XYZ 9.57 5.87 0.83 -
YUV 60.2 97.98 176.36 -
System Red Green Blue C M Y K H S L
Decimal 128 36 7 0 0.72 0.95 0.50 14.38 0.9 0.26
Hex 80 24 7 0 48 5F 32 E 5A 1A
Octal 200 44 7 0 110 137 62 16 132 32
Binary 10000000 100100 111 0 1001000 1011111 110010 1110 1011010 11010

Color Harmonies of #802407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802407

Black with #802407

Text Example


Text Example

White with #802407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802407; }

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

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

background-color css

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

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

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

border-color css

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

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

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