#752538

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

Shades of Claret #752538

Tints of Claret #752538

Color information

#752538 (or 0x752538) is unknown color: approx Claret. HEX triplet: 75, 25 and 38. RGB value is (117,37,56). Sum of RGB (Red+Green+Blue) = 117+37+56=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #752538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752538 is #8ADAC7. Grayscale: #3F3F3F. Windows color (decimal): -9099976 or 3679605. OLE color: 3679605.

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

Color convert

RGB1173756-
CMYK00.680.520.54
HSL345.75º51.95%30.2%-
HSV(B)345.75º68.38%45.88%-
XYZ8.715.394.32-
YUV63.09124166.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.71%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 56 (22.27% from 255) = 26.67%
R=55.71%
G=17.62%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117375600.680.520.54345.7551.9530.2
Hex752538044343615a341e
Octal1654570010464665326436
Binary11101011001011110000100010011010011011010101101011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752538; }

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

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

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

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

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

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

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

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