#771D31

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

Shades of Claret #771D31

Tints of Claret #771D31

Color information

#771D31 (or 0x771D31) is unknown color: approx Claret. HEX triplet: 77, 1D and 31. RGB value is (119,29,49). Sum of RGB (Red+Green+Blue) = 119+29+49=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #771D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D31 is #88E2CE. Grayscale: #3A3A3A. Windows color (decimal): -8970959 or 3218807. OLE color: 3218807.

HSL color Cylindrical-coordinate representation of color #771D31: hue angle of 346.67º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771D31 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB1192949-
CMYK00.760.590.53
HSL346.67º60.81%29.02%-
HSV(B)346.67º75.63%46.67%-
XYZ8.65.023.42-
YUV58.19122.82171.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.41%
GREEN value IS 29 (11.72% from 255) = 14.72%
BLUE value IS 49 (19.53% from 255) = 24.87%
R=60.41%
G=14.72%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119294900.760.590.53346.6760.8129.02
Hex771D3104C3B3515b3d1d
Octal1673561011473655337535
Binary1110111111011100010100110011101111010110101101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,29,49); }

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

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

 a { background-color: rgb(119,29,49); }

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

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

 span { border-color: rgb(119,29,49); }

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