#771A37

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

Shades of Claret #771A37

Tints of Claret #771A37

Color information

#771A37 (or 0x771A37) is unknown color: approx Claret. HEX triplet: 77, 1A and 37. RGB value is (119,26,55). Sum of RGB (Red+Green+Blue) = 119+26+55=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #771A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771A37 is #88E5C8. Grayscale: #393939. Windows color (decimal): -8971721 or 3611255. OLE color: 3611255.

HSL color Cylindrical-coordinate representation of color #771A37: hue angle of 341.29º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #771A37 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB1192655-
CMYK00.780.540.53
HSL341.29º64.14%28.43%-
HSV(B)341.29º78.15%46.67%-
XYZ8.674.944.11-
YUV57.11126.81172.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.5%
GREEN value IS 26 (10.55% from 255) = 13%
BLUE value IS 55 (21.88% from 255) = 27.5%
R=59.5%
G=13%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119265500.780.540.53341.2964.1428.43
Hex771A3704E3635155401c
Octal16732670116666552510034
Binary11101111101011011101001110110110110101101010101100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,26,55); }

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

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

 a { background-color: rgb(119,26,55); }

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

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

 span { border-color: rgb(119,26,55); }

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