#752621

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

Shades of Lusty #752621

Tints of Lusty #752621

Color information

#752621 (or 0x752621) is unknown color: approx Lusty. HEX triplet: 75, 26 and 21. RGB value is (117,38,33). Sum of RGB (Red+Green+Blue) = 117+38+33=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #752621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752621 is #8AD9DE. Grayscale: #3D3D3D. Windows color (decimal): -9099743 or 2172533. OLE color: 2172533.

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

Color convert

RGB1173833-
CMYK00.680.720.54
HSL3.57º56%29.41%-
HSV(B)3.57º71.79%45.88%-
XYZ8.35.282.02-
YUV61.05112.17167.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.23%
GREEN value IS 38 (15.23% from 255) = 20.21%
BLUE value IS 33 (13.28% from 255) = 17.55%
R=62.23%
G=20.21%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117383300.680.720.543.575629.41
Hex75262104448364381d
Octal165464101041106647035
Binary111010110011010000101000100100100011011010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752621; }

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

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

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

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

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

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

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

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