#752738

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

Shades of Claret #752738

Tints of Claret #752738

Color information

#752738 (or 0x752738) is unknown color: approx Claret. HEX triplet: 75, 27 and 38. RGB value is (117,39,56). Sum of RGB (Red+Green+Blue) = 117+39+56=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #752738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752738 is #8AD8C7. Grayscale: #404040. Windows color (decimal): -9099464 or 3680117. OLE color: 3680117.

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

Color convert

RGB1173956-
CMYK00.670.520.54
HSL346.92º50%30.59%-
HSV(B)346.92º66.67%45.88%-
XYZ8.785.524.34-
YUV64.26123.34165.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.19%
GREEN value IS 39 (15.62% from 255) = 18.40%
BLUE value IS 56 (22.27% from 255) = 26.42%
R=55.19%
G=18.40%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117395600.670.520.54346.925030.59
Hex752738043343615b321f
Octal1654770010364665336237
Binary11101011001111110000100001111010011011010101101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752738; }

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

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

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

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

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

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

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

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