#75203A

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

Shades of Claret #75203A

Tints of Claret #75203A

Color information

#75203A (or 0x75203A) is unknown color: approx Claret. HEX triplet: 75, 20 and 3A. RGB value is (117,32,58). Sum of RGB (Red+Green+Blue) = 117+32+58=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #75203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75203A is #8ADFC5. Grayscale: #3C3C3C. Windows color (decimal): -9101254 or 3809397. OLE color: 3809397.

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

Color convert

RGB1173258-
CMYK00.730.500.54
HSL341.65º57.05%29.22%-
HSV(B)341.65º72.65%45.88%-
XYZ8.625.124.54-
YUV60.38126.66168.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.52%
GREEN value IS 32 (12.89% from 255) = 15.46%
BLUE value IS 58 (23.05% from 255) = 28.02%
R=56.52%
G=15.46%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117325800.730.500.54341.6557.0529.22
Hex75203A0493236156391d
Octal1654072011162665267135
Binary11101011000001110100100100111001011011010101011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75203A; }

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

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

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

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

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

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

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

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