#752233

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

Shades of Claret #752233

Tints of Claret #752233

Color information

#752233 (or 0x752233) is unknown color: approx Claret. HEX triplet: 75, 22 and 33. RGB value is (117,34,51). Sum of RGB (Red+Green+Blue) = 117+34+51=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #752233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752233 is #8ADDCC. Grayscale: #3C3C3C. Windows color (decimal): -9100749 or 3351157. OLE color: 3351157.

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

Color convert

RGB1173451-
CMYK00.710.560.54
HSL347.71º54.97%29.61%-
HSV(B)347.71º70.94%45.88%-
XYZ8.515.163.68-
YUV60.76122.5168.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.92%
GREEN value IS 34 (13.67% from 255) = 16.83%
BLUE value IS 51 (20.31% from 255) = 25.25%
R=57.92%
G=16.83%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117345100.710.560.54347.7154.9729.61
Hex752233047383615c371e
Octal1654263010770665346736
Binary11101011000101100110100011111100011011010101110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752233; }

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

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

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

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

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

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

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

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