#772101

Color #772101 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #772101

Tints of Falu Red #772101

Color information

#772101 (or 0x772101) is unknown color: approx Falu Red. HEX triplet: 77, 21 and 01. RGB value is (119,33,1). Sum of RGB (Red+Green+Blue) = 119+33+1=153 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.78% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 119 - color contains mainly: red. Hex color #772101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772101 is #88DEFE. Grayscale: #373737. Windows color (decimal): -8969983 or 74103. OLE color: 74103.

HSL color Cylindrical-coordinate representation of color #772101: hue angle of 16.27º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #772101 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB119331-
CMYK00.720.990.53
HSL16.27º98.33%23.53%-
HSV(B)16.27º99.16%46.67%-
XYZ8.165.010.57-
YUV55.0797.49173.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 77.78%
GREEN value IS 33 (13.28% from 255) = 21.57%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=77.78%
G=21.57%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11933100.720.990.5316.2798.3323.53
Hex772110486335106218
Octal1674110110143652014230
Binary1110111100001101001000110001111010110000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772101; }

 p { color: rgb(119,33,1); }

 H1.HeaderClassName
 {
   color: #772101;
 }
 .AnyTagClassName
 {
   color: #772101;
 }
</style>
background-color css

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

 a { background-color: rgb(119,33,1); }

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

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

 span { border-color: rgb(119,33,1); }

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