#750F2D

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

Shades of Claret #750F2D

Tints of Claret #750F2D

Color information

#750F2D (or 0x750F2D) is unknown color: approx Claret. HEX triplet: 75, 0F and 2D. RGB value is (117,15,45). Sum of RGB (Red+Green+Blue) = 117+15+45=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #750F2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750F2D is #8AF0D2. Grayscale: #303030. Windows color (decimal): -9105619 or 2953077. OLE color: 2953077.

HSL color Cylindrical-coordinate representation of color #750F2D: hue angle of 342.35º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #750F2D is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1171545-
CMYK00.870.620.54
HSL342.35º77.27%25.88%-
HSV(B)342.35º87.18%45.88%-
XYZ7.984.312.89-
YUV48.92125.79176.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.10%
GREEN value IS 15 (6.25% from 255) = 8.47%
BLUE value IS 45 (17.97% from 255) = 25.42%
R=66.10%
G=8.47%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117154500.870.620.54342.3577.2725.88
Hex75F2D0573E361564d1a
Octal16517550127766652611532
Binary1110101111110110101010111111110110110101010110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750F2D; }

 p { color: rgb(117,15,45); }

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

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

 a { background-color: rgb(117,15,45); }

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

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

 span { border-color: rgb(117,15,45); }

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