#75253B

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

Shades of Claret #75253B

Tints of Claret #75253B

Color information

#75253B (or 0x75253B) is unknown color: approx Claret. HEX triplet: 75, 25 and 3B. RGB value is (117,37,59). Sum of RGB (Red+Green+Blue) = 117+37+59=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75253B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75253B is #8ADAC4. Grayscale: #3F3F3F. Windows color (decimal): -9099973 or 3876213. OLE color: 3876213.

HSL color Cylindrical-coordinate representation of color #75253B: hue angle of 343.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75253B is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1173759-
CMYK00.680.500.54
HSL343.5º51.95%30.2%-
HSV(B)343.5º68.38%45.88%-
XYZ8.795.424.72-
YUV63.43125.5166.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.93%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 59 (23.44% from 255) = 27.70%
R=54.93%
G=17.37%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117375900.680.500.54343.551.9530.2
Hex75253B0443236158341e
Octal1654573010462665306436
Binary11101011001011110110100010011001011011010101100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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