#752C2B

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

Shades of Lusty #752C2B

Tints of Lusty #752C2B

Color information

#752C2B (or 0x752C2B) is unknown color: approx Lusty. HEX triplet: 75, 2C and 2B. RGB value is (117,44,43). Sum of RGB (Red+Green+Blue) = 117+44+43=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #752C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C2B is #8AD3D4. Grayscale: #414141. Windows color (decimal): -9098197 or 2829429. OLE color: 2829429.

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

Color convert

RGB1174443-
CMYK00.620.630.54
HSL0.81º46.25%31.37%-
HSV(B)0.81º63.25%45.88%-
XYZ8.675.762.94-
YUV65.71115.18164.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.35%
GREEN value IS 44 (17.58% from 255) = 21.57%
BLUE value IS 43 (17.19% from 255) = 21.08%
R=57.35%
G=21.57%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117444300.620.630.540.8146.2531.37
Hex752C2B03E3F3612e1f
Octal1655453076776615637
Binary11101011011001010110111110111111110110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752C2B; }

 p { color: rgb(117,44,43); }

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

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

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

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

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

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

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