#771D35

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

Shades of Claret #771D35

Tints of Claret #771D35

Color information

#771D35 (or 0x771D35) is unknown color: approx Claret. HEX triplet: 77, 1D and 35. RGB value is (119,29,53). Sum of RGB (Red+Green+Blue) = 119+29+53=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #771D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D35 is #88E2CA. Grayscale: #3A3A3A. Windows color (decimal): -8970955 or 3480951. OLE color: 3480951.

HSL color Cylindrical-coordinate representation of color #771D35: hue angle of 344º 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 #771D35 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1192953-
CMYK00.760.550.53
HSL344º60.81%29.02%-
HSV(B)344º75.63%46.67%-
XYZ8.695.063.89-
YUV58.65124.82171.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.20%
GREEN value IS 29 (11.72% from 255) = 14.43%
BLUE value IS 53 (21.09% from 255) = 26.37%
R=59.20%
G=14.43%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119295300.760.550.5334460.8129.02
Hex771D3504C37351583d1d
Octal1673565011467655307535
Binary1110111111011101010100110011011111010110101100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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