#752236

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

Shades of Claret #752236

Tints of Claret #752236

Color information

#752236 (or 0x752236) is unknown color: approx Claret. HEX triplet: 75, 22 and 36. RGB value is (117,34,54). Sum of RGB (Red+Green+Blue) = 117+34+54=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #752236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752236 is #8ADDC9. Grayscale: #3D3D3D. Windows color (decimal): -9100746 or 3547765. OLE color: 3547765.

HSL color Cylindrical-coordinate representation of color #752236: hue angle of 345.54º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #752236 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB1173454-
CMYK00.710.540.54
HSL345.54º54.97%29.61%-
HSV(B)345.54º70.94%45.88%-
XYZ8.575.194.04-
YUV61.1124167.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.07%
GREEN value IS 34 (13.67% from 255) = 16.59%
BLUE value IS 54 (21.48% from 255) = 26.34%
R=57.07%
G=16.59%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117345400.710.540.54345.5454.9729.61
Hex752236047363615a371e
Octal1654266010766665326736
Binary11101011000101101100100011111011011011010101101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752236; }

 p { color: rgb(117,34,54); }

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

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

 a { background-color: rgb(117,34,54); }

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

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

 span { border-color: rgb(117,34,54); }

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