#762828

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

Shades of Lusty #762828

Tints of Lusty #762828

Color information

#762828 (or 0x762828) is unknown color: approx Lusty. HEX triplet: 76, 28 and 28. RGB value is (118,40,40). Sum of RGB (Red+Green+Blue) = 118+40+40=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #762828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762828 is #89D7D7. Grayscale: #3F3F3F. Windows color (decimal): -9033688 or 2631798. OLE color: 2631798.

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

Color convert

RGB1184040-
CMYK00.660.660.54
HSL49.37%30.98%-
HSV(B)66.1%46.27%-
XYZ8.615.522.62-
YUV63.32114.84167-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.60%
GREEN value IS 40 (16.02% from 255) = 20.20%
BLUE value IS 40 (16.02% from 255) = 20.20%
R=59.60%
G=20.20%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118404000.660.660.54049.3730.98
Hex76282804242360311f
Octal166505001021026606137
Binary1110110101000101000010000101000010110110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762828; }

 p { color: rgb(118,40,40); }

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

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

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

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

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

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

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