#75213A

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

Shades of Claret #75213A

Tints of Claret #75213A

Color information

#75213A (or 0x75213A) is unknown color: approx Claret. HEX triplet: 75, 21 and 3A. RGB value is (117,33,58). Sum of RGB (Red+Green+Blue) = 117+33+58=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #75213A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75213A is #8ADEC5. Grayscale: #3C3C3C. Windows color (decimal): -9100998 or 3809653. OLE color: 3809653.

HSL color Cylindrical-coordinate representation of color #75213A: hue angle of 342.14º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75213A is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1173358-
CMYK00.720.500.54
HSL342.14º56%29.41%-
HSV(B)342.14º71.79%45.88%-
XYZ8.645.184.55-
YUV60.97126.33167.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.25%
GREEN value IS 33 (13.28% from 255) = 15.87%
BLUE value IS 58 (23.05% from 255) = 27.88%
R=56.25%
G=15.87%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117335800.720.500.54342.145629.41
Hex75213A0483236156381d
Octal1654172011062665267035
Binary11101011000011110100100100011001011011010101011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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