#751531

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

Shades of Claret #751531

Tints of Claret #751531

Color information

#751531 (or 0x751531) is unknown color: approx Claret. HEX triplet: 75, 15 and 31. RGB value is (117,21,49). Sum of RGB (Red+Green+Blue) = 117+21+49=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #751531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751531 is #8AEACE. Grayscale: #343434. Windows color (decimal): -9104079 or 3216757. OLE color: 3216757.

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

Color convert

RGB1172149-
CMYK00.820.580.54
HSL342.5º69.57%27.06%-
HSV(B)342.5º82.05%45.88%-
XYZ8.164.543.35-
YUV52.9125.8173.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.57%
GREEN value IS 21 (8.59% from 255) = 11.23%
BLUE value IS 49 (19.53% from 255) = 26.20%
R=62.57%
G=11.23%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117214900.820.580.54342.569.5727.06
Hex7515310523A36156461b
Octal16525610122726652610633
Binary11101011010111000101010010111010110110101010110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751531; }

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

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

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

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

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

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

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

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