#751031

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

Shades of Claret #751031

Tints of Claret #751031

Color information

#751031 (or 0x751031) is unknown color: approx Claret. HEX triplet: 75, 10 and 31. RGB value is (117,16,49). Sum of RGB (Red+Green+Blue) = 117+16+49=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #751031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751031 is #8AEFCE. Grayscale: #313131. Windows color (decimal): -9105359 or 3215477. OLE color: 3215477.

HSL color Cylindrical-coordinate representation of color #751031: hue angle of 340.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751031 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB1171649-
CMYK00.860.580.54
HSL340.4º75.94%26.08%-
HSV(B)340.4º86.32%45.88%-
XYZ8.084.373.32-
YUV49.96127.46175.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 64.29%
GREEN value IS 16 (6.64% from 255) = 8.79%
BLUE value IS 49 (19.53% from 255) = 26.92%
R=64.29%
G=8.79%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117164900.860.580.54340.475.9426.08
Hex7510310563A361544c1a
Octal16520610126726652411432
Binary11101011000011000101010110111010110110101010100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751031; }

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

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

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

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

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

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

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

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