#752438

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

Shades of Claret #752438

Tints of Claret #752438

Color information

#752438 (or 0x752438) is unknown color: approx Claret. HEX triplet: 75, 24 and 38. RGB value is (117,36,56). Sum of RGB (Red+Green+Blue) = 117+36+56=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #752438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752438 is #8ADBC7. Grayscale: #3E3E3E. Windows color (decimal): -9100232 or 3679349. OLE color: 3679349.

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

Color convert

RGB1173656-
CMYK00.690.520.54
HSL345.19º52.94%30%-
HSV(B)345.19º69.23%45.88%-
XYZ8.685.334.31-
YUV62.5124.34166.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.98%
GREEN value IS 36 (14.45% from 255) = 17.22%
BLUE value IS 56 (22.27% from 255) = 26.79%
R=55.98%
G=17.22%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117365600.690.520.54345.1952.9430
Hex7524380453436159351e
Octal1654470010564665316536
Binary11101011001001110000100010111010011011010101100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752438; }

 p { color: rgb(117,36,56); }

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

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

 a { background-color: rgb(117,36,56); }

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

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

 span { border-color: rgb(117,36,56); }

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