#77251A

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

Shades of Falu Red #77251A

Tints of Falu Red #77251A

Color information

#77251A (or 0x77251A) is unknown color: approx Falu Red. HEX triplet: 77, 25 and 1A. RGB value is (119,37,26). Sum of RGB (Red+Green+Blue) = 119+37+26=182 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.38% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 119 - color contains mainly: red. Hex color #77251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77251A is #88DAE5. Grayscale: #3C3C3C. Windows color (decimal): -8968934 or 1713527. OLE color: 1713527.

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

Color convert

RGB1193726-
CMYK00.690.780.53
HSL7.1º64.14%28.43%-
HSV(B)7.1º78.15%46.67%-
XYZ8.465.321.56-
YUV60.26108.67169.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.38%
GREEN value IS 37 (14.84% from 255) = 20.33%
BLUE value IS 26 (10.55% from 255) = 14.29%
R=65.38%
G=20.33%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119372600.690.780.537.164.1428.43
Hex77251A0454E357401c
Octal1674532010511665710034
Binary111011110010111010010001011001110110101111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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