#750D31

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

Shades of Claret #750D31

Tints of Claret #750D31

Color information

#750D31 (or 0x750D31) is unknown color: approx Claret. HEX triplet: 75, 0D and 31. RGB value is (117,13,49). Sum of RGB (Red+Green+Blue) = 117+13+49=179 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.36% from 179); Green value is 13 (5.47% from 255 or 7.26% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 117 - color contains mainly: red. Hex color #750D31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750D31 is #8AF2CE. Grayscale: #303030. Windows color (decimal): -9106127 or 3214709. OLE color: 3214709.

HSL color Cylindrical-coordinate representation of color #750D31: hue angle of 339.23º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #750D31 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB1171349-
CMYK00.890.580.54
HSL339.23º80%25.49%-
HSV(B)339.23º88.89%45.88%-
XYZ8.034.293.31-
YUV48.2128.46177.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65.36%
GREEN value IS 13 (5.47% from 255) = 7.26%
BLUE value IS 49 (19.53% from 255) = 27.37%
R=65.36%
G=7.26%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117134900.890.580.54339.238025.49
Hex75D310593A361535019
Octal16515610131726652312031
Binary1110101110111000101011001111010110110101010011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,13,49); }

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

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

 a { background-color: rgb(117,13,49); }

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

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

 span { border-color: rgb(117,13,49); }

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