#771E3B

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

Shades of Claret #771E3B

Tints of Claret #771E3B

Color information

#771E3B (or 0x771E3B) is unknown color: approx Claret. HEX triplet: 77, 1E and 3B. RGB value is (119,30,59). Sum of RGB (Red+Green+Blue) = 119+30+59=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #771E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E3B is #88E1C4. Grayscale: #3B3B3B. Windows color (decimal): -8970693 or 3874423. OLE color: 3874423.

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

Color convert

RGB1193059-
CMYK00.750.500.53
HSL340.45º59.73%29.22%-
HSV(B)340.45º74.79%46.67%-
XYZ8.865.174.67-
YUV59.92127.49170.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.21%
GREEN value IS 30 (12.11% from 255) = 14.42%
BLUE value IS 59 (23.44% from 255) = 28.37%
R=57.21%
G=14.42%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119305900.750.500.53340.4559.7329.22
Hex771E3B04B32351543c1d
Octal1673673011362655247435
Binary1110111111101110110100101111001011010110101010011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,30,59); }

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

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

 a { background-color: rgb(119,30,59); }

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

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

 span { border-color: rgb(119,30,59); }

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