#752626

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

Shades of Lusty #752626

Tints of Lusty #752626

Color information

#752626 (or 0x752626) is unknown color: approx Lusty. HEX triplet: 75, 26 and 26. RGB value is (117,38,38). Sum of RGB (Red+Green+Blue) = 117+38+38=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #752626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752626 is #8AD9D9. Grayscale: #3D3D3D. Windows color (decimal): -9099738 or 2500213. OLE color: 2500213.

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

Color convert

RGB1173838-
CMYK00.680.680.54
HSL50.97%30.39%-
HSV(B)67.52%45.88%-
XYZ8.385.312.42-
YUV61.62114.67167.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.62%
GREEN value IS 38 (15.23% from 255) = 19.69%
BLUE value IS 38 (15.23% from 255) = 19.69%
R=60.62%
G=19.69%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117383800.680.680.54050.9730.39
Hex75262604444360331e
Octal165464601041046606336
Binary1110101100110100110010001001000100110110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752626; }

 p { color: rgb(117,38,38); }

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

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

 a { background-color: rgb(117,38,38); }

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

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

 span { border-color: rgb(117,38,38); }

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