#761037

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

Shades of Claret #761037

Tints of Claret #761037

Color information

#761037 (or 0x761037) is unknown color: approx Claret. HEX triplet: 76, 10 and 37. RGB value is (118,16,55). Sum of RGB (Red+Green+Blue) = 118+16+55=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 55 (21.88% from 255 or 29.10% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #761037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761037 is #89EFC8. Grayscale: #323232. Windows color (decimal): -9039817 or 3608694. OLE color: 3608694.

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

Color convert

RGB1181655-
CMYK00.860.530.54
HSL337.06º76.12%26.27%-
HSV(B)337.06º86.44%46.27%-
XYZ8.354.54.04-
YUV50.94130.29175.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.43%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 55 (21.88% from 255) = 29.10%
R=62.43%
G=8.47%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118165500.860.530.54337.0676.1226.27
Hex76103705635361514c1a
Octal16620670126656652111432
Binary11101101000011011101010110110101110110101010001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761037; }

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

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

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

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

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

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

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

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