#752235

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

Shades of Claret #752235

Tints of Claret #752235

Color information

#752235 (or 0x752235) is unknown color: approx Claret. HEX triplet: 75, 22 and 35. RGB value is (117,34,53). Sum of RGB (Red+Green+Blue) = 117+34+53=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #752235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752235 is #8ADDCA. Grayscale: #3C3C3C. Windows color (decimal): -9100747 or 3482229. OLE color: 3482229.

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

Color convert

RGB1173453-
CMYK00.710.550.54
HSL346.27º54.97%29.61%-
HSV(B)346.27º70.94%45.88%-
XYZ8.555.183.92-
YUV60.98123.5167.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.35%
GREEN value IS 34 (13.67% from 255) = 16.67%
BLUE value IS 53 (21.09% from 255) = 25.98%
R=57.35%
G=16.67%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117345300.710.550.54346.2754.9729.61
Hex752235047373615a371e
Octal1654265010767665326736
Binary11101011000101101010100011111011111011010101101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752235; }

 p { color: rgb(117,34,53); }

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

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

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

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

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

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

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