#761031

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

Shades of Claret #761031

Tints of Claret #761031

Color information

#761031 (or 0x761031) is unknown color: approx Claret. HEX triplet: 76, 10 and 31. RGB value is (118,16,49). Sum of RGB (Red+Green+Blue) = 118+16+49=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #761031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761031 is #89EFCE. Grayscale: #323232. Windows color (decimal): -9039823 or 3215478. OLE color: 3215478.

HSL color Cylindrical-coordinate representation of color #761031: hue angle of 340.59º 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 #761031 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB1181649-
CMYK00.860.580.54
HSL340.59º76.12%26.27%-
HSV(B)340.59º86.44%46.27%-
XYZ8.214.443.33-
YUV50.26127.29176.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.48%
GREEN value IS 16 (6.64% from 255) = 8.74%
BLUE value IS 49 (19.53% from 255) = 26.78%
R=64.48%
G=8.74%
B=26.78%

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
Decimal118164900.860.580.54340.5976.1226.27
Hex7610310563A361554c1a
Octal16620610126726652511432
Binary11101101000011000101010110111010110110101010101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761031; }

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

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

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

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

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

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

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

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