#752230

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

Shades of Claret #752230

Tints of Claret #752230

Color information

#752230 (or 0x752230) is unknown color: approx Claret. HEX triplet: 75, 22 and 30. RGB value is (117,34,48). Sum of RGB (Red+Green+Blue) = 117+34+48=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #752230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752230 is #8ADDCF. Grayscale: #3C3C3C. Windows color (decimal): -9100752 or 3154549. OLE color: 3154549.

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

Color convert

RGB1173448-
CMYK00.710.590.54
HSL349.88º54.97%29.61%-
HSV(B)349.88º70.94%45.88%-
XYZ8.445.143.34-
YUV60.41121168.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.79%
GREEN value IS 34 (13.67% from 255) = 17.09%
BLUE value IS 48 (19.14% from 255) = 24.12%
R=58.79%
G=17.09%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117344800.710.590.54349.8854.9729.61
Hex7522300473B3615e371e
Octal1654260010773665366736
Binary11101011000101100000100011111101111011010101111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752230; }

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

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

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

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

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

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

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

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