Html Css Color HEX #802907 Falu Red

📋 copy color: '#802907'

red 128 ◦ green 41 ◦ blue 7

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

Shades of Falu Red #802907

Tints of Falu Red #802907

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.3%

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

R = 72.73%
G = 23.3%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#802907 (or 0x802907) is known color: Falu Red. HEX triplet: 80, 29 and 07. RGB value is (128,41,7). Sum of RGB (Red+Green+Blue) = 128+41+7=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #802907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802907 is #7FD6F8. Grayscale: #3F3F3F. Windows color (decimal): -8378105 or 469376. OLE color: 469376.

HSL color Cylindrical-coordinate representation of color #802907: hue angle of 16.86º 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 #802907 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 41 7 -
CMYK 0 0.68 0.95 0.50
HSL 16.86º 0.9% 0.26% -
HSV(B) 16.86º 0.95% 0.5% -
XYZ 9.73 6.19 0.88 -
YUV 63.14 96.32 174.26 -
System Red Green Blue C M Y K H S L
Decimal 128 41 7 0 0.68 0.95 0.50 16.86 0.9 0.26
Hex 80 29 7 0 44 5F 32 11 5A 1A
Octal 200 51 7 0 104 137 62 21 132 32
Binary 10000000 101001 111 0 1000100 1011111 110010 10001 1011010 11010

Color Harmonies of #802907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802907

Black with #802907

Text Example


Text Example

White with #802907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802907; }

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

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

background-color css

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

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

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

border-color css

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

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

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