#752838

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

Shades of Claret #752838

Tints of Claret #752838

Color information

#752838 (or 0x752838) is unknown color: approx Claret. HEX triplet: 75, 28 and 38. RGB value is (117,40,56). Sum of RGB (Red+Green+Blue) = 117+40+56=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #752838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752838 is #8AD7C7. Grayscale: #404040. Windows color (decimal): -9099208 or 3680373. OLE color: 3680373.

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

Color convert

RGB1174056-
CMYK00.660.520.54
HSL347.53º49.04%30.78%-
HSV(B)347.53º65.81%45.88%-
XYZ8.815.594.36-
YUV64.85123.01165.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.93%
GREEN value IS 40 (16.02% from 255) = 18.78%
BLUE value IS 56 (22.27% from 255) = 26.29%
R=54.93%
G=18.78%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117405600.660.520.54347.5349.0430.78
Hex752838042343615c311f
Octal1655070010264665346137
Binary11101011010001110000100001011010011011010101110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752838; }

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

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

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

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

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

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

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

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