#752038

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

Shades of Claret #752038

Tints of Claret #752038

Color information

#752038 (or 0x752038) is unknown color: approx Claret. HEX triplet: 75, 20 and 38. RGB value is (117,32,56). Sum of RGB (Red+Green+Blue) = 117+32+56=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #752038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752038 is #8ADFC7. Grayscale: #3C3C3C. Windows color (decimal): -9101256 or 3678325. OLE color: 3678325.

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

Color convert

RGB1173256-
CMYK00.730.520.54
HSL343.06º57.05%29.22%-
HSV(B)343.06º72.65%45.88%-
XYZ8.575.14.27-
YUV60.15125.66168.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.07%
GREEN value IS 32 (12.89% from 255) = 15.61%
BLUE value IS 56 (22.27% from 255) = 27.32%
R=57.07%
G=15.61%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117325600.730.520.54343.0657.0529.22
Hex7520380493436157391d
Octal1654070011164665277135
Binary11101011000001110000100100111010011011010101011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752038; }

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

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

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

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

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

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

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

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