#763130

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

Shades of Lusty #763130

Tints of Lusty #763130

Color information

#763130 (or 0x763130) is unknown color: approx Lusty. HEX triplet: 76, 31 and 30. RGB value is (118,49,48). Sum of RGB (Red+Green+Blue) = 118+49+48=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #763130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763130 is #89CECF. Grayscale: #454545. Windows color (decimal): -9031376 or 3158390. OLE color: 3158390.

HSL color Cylindrical-coordinate representation of color #763130: hue angle of 0.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #763130 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB1184948-
CMYK00.580.590.54
HSL0.86º42.17%32.55%-
HSV(B)0.86º59.32%46.27%-
XYZ9.16.263.53-
YUV69.52115.86162.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.88%
GREEN value IS 49 (19.53% from 255) = 22.79%
BLUE value IS 48 (19.14% from 255) = 22.33%
R=54.88%
G=22.79%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118494800.580.590.540.8642.1732.55
Hex76313003A3B3612a21
Octal1666160072736615241
Binary111011011000111000001110101110111101101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763130; }

 p { color: rgb(118,49,48); }

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

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

 a { background-color: rgb(118,49,48); }

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

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

 span { border-color: rgb(118,49,48); }

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