#752638

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

Shades of Claret #752638

Tints of Claret #752638

Color information

#752638 (or 0x752638) is unknown color: approx Claret. HEX triplet: 75, 26 and 38. RGB value is (117,38,56). Sum of RGB (Red+Green+Blue) = 117+38+56=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #752638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752638 is #8AD9C7. Grayscale: #3F3F3F. Windows color (decimal): -9099720 or 3679861. OLE color: 3679861.

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

Color convert

RGB1173856-
CMYK00.680.520.54
HSL346.33º50.97%30.39%-
HSV(B)346.33º67.52%45.88%-
XYZ8.745.454.33-
YUV63.67123.67166.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.45%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 56 (22.27% from 255) = 26.54%
R=55.45%
G=18.01%
B=26.54%

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
Decimal117385600.680.520.54346.3350.9730.39
Hex752638044343615a331e
Octal1654670010464665326336
Binary11101011001101110000100010011010011011010101101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752638; }

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

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

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

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

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

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

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

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