#77251F

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

Shades of Lusty #77251F

Tints of Lusty #77251F

Color information

#77251F (or 0x77251F) is unknown color: approx Lusty. HEX triplet: 77, 25 and 1F. RGB value is (119,37,31). Sum of RGB (Red+Green+Blue) = 119+37+31=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #77251F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77251F is #88DAE0. Grayscale: #3C3C3C. Windows color (decimal): -8968929 or 2041207. OLE color: 2041207.

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

Color convert

RGB1193731-
CMYK00.690.740.53
HSL4.09º58.67%29.41%-
HSV(B)4.09º73.95%46.67%-
XYZ8.525.341.88-
YUV60.83111.17169.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.64%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 31 (12.5% from 255) = 16.58%
R=63.64%
G=19.79%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119373100.690.740.534.0958.6729.41
Hex77251F0454A3543b1d
Octal167453701051126547335
Binary11101111001011111101000101100101011010110011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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