#752238

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

Shades of Claret #752238

Tints of Claret #752238

Color information

#752238 (or 0x752238) is unknown color: approx Claret. HEX triplet: 75, 22 and 38. RGB value is (117,34,56). Sum of RGB (Red+Green+Blue) = 117+34+56=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #752238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752238 is #8ADDC7. Grayscale: #3D3D3D. Windows color (decimal): -9100744 or 3678837. OLE color: 3678837.

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

Color convert

RGB1173456-
CMYK00.710.520.54
HSL344.1º54.97%29.61%-
HSV(B)344.1º70.94%45.88%-
XYZ8.625.214.29-
YUV61.32125167.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.52%
GREEN value IS 34 (13.67% from 255) = 16.43%
BLUE value IS 56 (22.27% from 255) = 27.05%
R=56.52%
G=16.43%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117345600.710.520.54344.154.9729.61
Hex7522380473436158371e
Octal1654270010764665306736
Binary11101011000101110000100011111010011011010101100011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752238; }

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

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

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

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

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

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

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

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