#752133

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

Shades of Claret #752133

Tints of Claret #752133

Color information

#752133 (or 0x752133) is unknown color: approx Claret. HEX triplet: 75, 21 and 33. RGB value is (117,33,51). Sum of RGB (Red+Green+Blue) = 117+33+51=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #752133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752133 is #8ADECC. Grayscale: #3C3C3C. Windows color (decimal): -9101005 or 3350901. OLE color: 3350901.

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

Color convert

RGB1173351-
CMYK00.720.560.54
HSL347.14º56%29.41%-
HSV(B)347.14º71.79%45.88%-
XYZ8.485.113.67-
YUV60.17122.83168.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.21%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 51 (20.31% from 255) = 25.37%
R=58.21%
G=16.42%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117335100.720.560.54347.145629.41
Hex752133048383615b381d
Octal1654163011070665337035
Binary11101011000011100110100100011100011011010101101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752133; }

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

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

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

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

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

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

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

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