#752338

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

Shades of Claret #752338

Tints of Claret #752338

Color information

#752338 (or 0x752338) is unknown color: approx Claret. HEX triplet: 75, 23 and 38. RGB value is (117,35,56). Sum of RGB (Red+Green+Blue) = 117+35+56=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #752338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752338 is #8ADCC7. Grayscale: #3D3D3D. Windows color (decimal): -9100488 or 3679093. OLE color: 3679093.

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

Color convert

RGB1173556-
CMYK00.700.520.54
HSL344.63º53.95%29.8%-
HSV(B)344.63º70.09%45.88%-
XYZ8.655.274.3-
YUV61.91124.67167.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.25%
GREEN value IS 35 (14.06% from 255) = 16.83%
BLUE value IS 56 (22.27% from 255) = 26.92%
R=56.25%
G=16.83%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117355600.700.520.54344.6353.9529.8
Hex7523380463436159361e
Octal1654370010664665316636
Binary11101011000111110000100011011010011011010101100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752338; }

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

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

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

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

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

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

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

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