#771A2E

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

Shades of Claret #771A2E

Tints of Claret #771A2E

Color information

#771A2E (or 0x771A2E) is unknown color: approx Claret. HEX triplet: 77, 1A and 2E. RGB value is (119,26,46). Sum of RGB (Red+Green+Blue) = 119+26+46=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #771A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771A2E is #88E5D1. Grayscale: #383838. Windows color (decimal): -8971730 or 3021431. OLE color: 3021431.

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

Color convert

RGB1192646-
CMYK00.780.610.53
HSL347.1º64.14%28.43%-
HSV(B)347.1º78.15%46.67%-
XYZ8.474.863.08-
YUV56.09122.31172.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.30%
GREEN value IS 26 (10.55% from 255) = 13.61%
BLUE value IS 46 (18.36% from 255) = 24.08%
R=62.30%
G=13.61%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119264600.780.610.53347.164.1428.43
Hex771A2E04E3D3515b401c
Octal16732560116756553310034
Binary11101111101010111001001110111101110101101011011100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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