#752237

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

Shades of Claret #752237

Tints of Claret #752237

Color information

#752237 (or 0x752237) is unknown color: approx Claret. HEX triplet: 75, 22 and 37. RGB value is (117,34,55). Sum of RGB (Red+Green+Blue) = 117+34+55=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #752237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752237 is #8ADDC8. Grayscale: #3D3D3D. Windows color (decimal): -9100745 or 3613301. OLE color: 3613301.

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

Color convert

RGB1173455-
CMYK00.710.530.54
HSL344.82º54.97%29.61%-
HSV(B)344.82º70.94%45.88%-
XYZ8.65.24.17-
YUV61.21124.5167.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.80%
GREEN value IS 34 (13.67% from 255) = 16.50%
BLUE value IS 55 (21.88% from 255) = 26.70%
R=56.80%
G=16.50%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117345500.710.530.54344.8254.9729.61
Hex7522370473536159371e
Octal1654267010765665316736
Binary11101011000101101110100011111010111011010101100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752237; }

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

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

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

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

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

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

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

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