#771E3A

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

Shades of Claret #771E3A

Tints of Claret #771E3A

Color information

#771E3A (or 0x771E3A) is unknown color: approx Claret. HEX triplet: 77, 1E and 3A. RGB value is (119,30,58). Sum of RGB (Red+Green+Blue) = 119+30+58=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #771E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E3A is #88E1C5. Grayscale: #3B3B3B. Windows color (decimal): -8970694 or 3808887. OLE color: 3808887.

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

Color convert

RGB1193058-
CMYK00.750.510.53
HSL341.12º59.73%29.22%-
HSV(B)341.12º74.79%46.67%-
XYZ8.845.164.53-
YUV59.8126.99170.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.49%
GREEN value IS 30 (12.11% from 255) = 14.49%
BLUE value IS 58 (23.05% from 255) = 28.02%
R=57.49%
G=14.49%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119305800.750.510.53341.1259.7329.22
Hex771E3A04B33351553c1d
Octal1673672011363655257435
Binary1110111111101110100100101111001111010110101010111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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