#752336

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

Shades of Claret #752336

Tints of Claret #752336

Color information

#752336 (or 0x752336) is unknown color: approx Claret. HEX triplet: 75, 23 and 36. RGB value is (117,35,54). Sum of RGB (Red+Green+Blue) = 117+35+54=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #752336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752336 is #8ADCC9. Grayscale: #3D3D3D. Windows color (decimal): -9100490 or 3548021. OLE color: 3548021.

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

Color convert

RGB1173554-
CMYK00.700.540.54
HSL346.1º53.95%29.8%-
HSV(B)346.1º70.09%45.88%-
XYZ8.65.254.05-
YUV61.68123.67167.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.80%
GREEN value IS 35 (14.06% from 255) = 16.99%
BLUE value IS 54 (21.48% from 255) = 26.21%
R=56.80%
G=16.99%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117355400.700.540.54346.153.9529.8
Hex752336046363615a361e
Octal1654366010666665326636
Binary11101011000111101100100011011011011011010101101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752336; }

 p { color: rgb(117,35,54); }

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

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

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

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

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

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

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