#77251C

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

Shades of Falu Red #77251C

Tints of Falu Red #77251C

Color information

#77251C (or 0x77251C) is unknown color: approx Falu Red. HEX triplet: 77, 25 and 1C. RGB value is (119,37,28). Sum of RGB (Red+Green+Blue) = 119+37+28=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #77251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77251C is #88DAE3. Grayscale: #3C3C3C. Windows color (decimal): -8968932 or 1844599. OLE color: 1844599.

HSL color Cylindrical-coordinate representation of color #77251C: hue angle of 5.93º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77251C is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1193728-
CMYK00.690.760.53
HSL5.93º61.9%28.82%-
HSV(B)5.93º76.47%46.67%-
XYZ8.485.331.68-
YUV60.49109.67169.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 64.67%
GREEN value IS 37 (14.84% from 255) = 20.11%
BLUE value IS 28 (11.33% from 255) = 15.22%
R=64.67%
G=20.11%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119372800.690.760.535.9361.928.82
Hex77251C0454C3563e1d
Octal167453401051146567635
Binary11101111001011110001000101100110011010111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77251C; }

 p { color: rgb(119,37,28); }

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

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

 a { background-color: rgb(119,37,28); }

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

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

 span { border-color: rgb(119,37,28); }

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