#752030

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

Shades of Claret #752030

Tints of Claret #752030

Color information

#752030 (or 0x752030) is unknown color: approx Claret. HEX triplet: 75, 20 and 30. RGB value is (117,32,48). Sum of RGB (Red+Green+Blue) = 117+32+48=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #752030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752030 is #8ADFCF. Grayscale: #3B3B3B. Windows color (decimal): -9101264 or 3154037. OLE color: 3154037.

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

Color convert

RGB1173248-
CMYK00.730.590.54
HSL348.71º57.05%29.22%-
HSV(B)348.71º72.65%45.88%-
XYZ8.395.033.32-
YUV59.24121.66169.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.39%
GREEN value IS 32 (12.89% from 255) = 16.24%
BLUE value IS 48 (19.14% from 255) = 24.37%
R=59.39%
G=16.24%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117324800.730.590.54348.7157.0529.22
Hex7520300493B3615d391d
Octal1654060011173665357135
Binary11101011000001100000100100111101111011010101110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752030; }

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

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

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

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

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

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

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

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