#771D2F

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

Shades of Claret #771D2F

Tints of Claret #771D2F

Color information

#771D2F (or 0x771D2F) is unknown color: approx Claret. HEX triplet: 77, 1D and 2F. RGB value is (119,29,47). Sum of RGB (Red+Green+Blue) = 119+29+47=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #771D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D2F is #88E2D0. Grayscale: #393939. Windows color (decimal): -8970961 or 3087735. OLE color: 3087735.

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

Color convert

RGB1192947-
CMYK00.760.610.53
HSL348º60.81%29.02%-
HSV(B)348º75.63%46.67%-
XYZ8.565.013.2-
YUV57.96121.82171.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.03%
GREEN value IS 29 (11.72% from 255) = 14.87%
BLUE value IS 47 (18.75% from 255) = 24.10%
R=61.03%
G=14.87%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119294700.760.610.5334860.8129.02
Hex771D2F04C3D3515c3d1d
Octal1673557011475655347535
Binary1110111111011011110100110011110111010110101110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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