#75213B

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

Shades of Claret #75213B

Tints of Claret #75213B

Color information

#75213B (or 0x75213B) is unknown color: approx Claret. HEX triplet: 75, 21 and 3B. RGB value is (117,33,59). Sum of RGB (Red+Green+Blue) = 117+33+59=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #75213B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75213B is #8ADEC4. Grayscale: #3D3D3D. Windows color (decimal): -9100997 or 3875189. OLE color: 3875189.

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

Color convert

RGB1173359-
CMYK00.720.500.54
HSL341.43º56%29.41%-
HSV(B)341.43º71.79%45.88%-
XYZ8.675.194.68-
YUV61.08126.83167.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.98%
GREEN value IS 33 (13.28% from 255) = 15.79%
BLUE value IS 59 (23.44% from 255) = 28.23%
R=55.98%
G=15.79%
B=28.23%

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
Decimal117335900.720.500.54341.435629.41
Hex75213B0483236155381d
Octal1654173011062665257035
Binary11101011000011110110100100011001011011010101010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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