#752333

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

Shades of Claret #752333

Tints of Claret #752333

Color information

#752333 (or 0x752333) is unknown color: approx Claret. HEX triplet: 75, 23 and 33. RGB value is (117,35,51). Sum of RGB (Red+Green+Blue) = 117+35+51=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #752333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752333 is #8ADCCC. Grayscale: #3D3D3D. Windows color (decimal): -9100493 or 3351413. OLE color: 3351413.

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

Color convert

RGB1173551-
CMYK00.700.560.54
HSL348.29º53.95%29.8%-
HSV(B)348.29º70.09%45.88%-
XYZ8.535.223.69-
YUV61.34122.17167.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.64%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 51 (20.31% from 255) = 25.12%
R=57.64%
G=17.24%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117355100.700.560.54348.2953.9529.8
Hex752333046383615c361e
Octal1654363010670665346636
Binary11101011000111100110100011011100011011010101110011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752333; }

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

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

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

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

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

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

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

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