#752634

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

Shades of Claret #752634

Tints of Claret #752634

Color information

#752634 (or 0x752634) is unknown color: approx Claret. HEX triplet: 75, 26 and 34. RGB value is (117,38,52). Sum of RGB (Red+Green+Blue) = 117+38+52=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #752634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752634 is #8AD9CB. Grayscale: #3F3F3F. Windows color (decimal): -9099724 or 3417717. OLE color: 3417717.

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

Color convert

RGB1173852-
CMYK00.680.560.54
HSL349.37º50.97%30.39%-
HSV(B)349.37º67.52%45.88%-
XYZ8.655.423.84-
YUV63.22121.67166.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.52%
GREEN value IS 38 (15.23% from 255) = 18.36%
BLUE value IS 52 (20.70% from 255) = 25.12%
R=56.52%
G=18.36%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117385200.680.560.54349.3750.9730.39
Hex752634044383615d331e
Octal1654664010470665356336
Binary11101011001101101000100010011100011011010101110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752634; }

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

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

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

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

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

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

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

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