#751631

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

Shades of Claret #751631

Tints of Claret #751631

Color information

#751631 (or 0x751631) is unknown color: approx Claret. HEX triplet: 75, 16 and 31. RGB value is (117,22,49). Sum of RGB (Red+Green+Blue) = 117+22+49=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #751631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751631 is #8AE9CE. Grayscale: #353535. Windows color (decimal): -9103823 or 3217013. OLE color: 3217013.

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

Color convert

RGB1172249-
CMYK00.810.580.54
HSL342.95º68.35%27.25%-
HSV(B)342.95º81.2%45.88%-
XYZ8.184.583.36-
YUV53.48125.47173.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.23%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 49 (19.53% from 255) = 26.06%
R=62.23%
G=11.70%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117224900.810.580.54342.9568.3527.25
Hex7516310513A36157441b
Octal16526610121726652710433
Binary11101011011011000101010001111010110110101010111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751631; }

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

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

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

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

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

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

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

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