#752330

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

Shades of Claret #752330

Tints of Claret #752330

Color information

#752330 (or 0x752330) is unknown color: approx Claret. HEX triplet: 75, 23 and 30. RGB value is (117,35,48). Sum of RGB (Red+Green+Blue) = 117+35+48=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #752330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752330 is #8ADCCF. Grayscale: #3D3D3D. Windows color (decimal): -9100496 or 3154805. OLE color: 3154805.

HSL color Cylindrical-coordinate representation of color #752330: hue angle of 350.49º 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 #752330 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB1173548-
CMYK00.700.590.54
HSL350.49º53.95%29.8%-
HSV(B)350.49º70.09%45.88%-
XYZ8.475.23.35-
YUV61120.67167.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.5%
GREEN value IS 35 (14.06% from 255) = 17.5%
BLUE value IS 48 (19.14% from 255) = 24%
R=58.5%
G=17.5%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117354800.700.590.54350.4953.9529.8
Hex7523300463B3615e361e
Octal1654360010673665366636
Binary11101011000111100000100011011101111011010101111011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752330; }

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

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

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

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

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

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

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

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