#760D31

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

Shades of Claret #760D31

Tints of Claret #760D31

Color information

#760D31 (or 0x760D31) is unknown color: approx Claret. HEX triplet: 76, 0D and 31. RGB value is (118,13,49). Sum of RGB (Red+Green+Blue) = 118+13+49=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #760D31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760D31 is #89F2CE. Grayscale: #303030. Windows color (decimal): -9040591 or 3214710. OLE color: 3214710.

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

Color convert

RGB1181349-
CMYK00.890.580.54
HSL339.43º80.15%25.69%-
HSV(B)339.43º88.98%46.27%-
XYZ8.174.363.32-
YUV48.5128.29177.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.56%
GREEN value IS 13 (5.47% from 255) = 7.22%
BLUE value IS 49 (19.53% from 255) = 27.22%
R=65.56%
G=7.22%
B=27.22%

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
Decimal118134900.890.580.54339.4380.1525.69
Hex76D310593A36153501a
Octal16615610131726652312032
Binary1110110110111000101011001111010110110101010011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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