#771E38

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

Shades of Claret #771E38

Tints of Claret #771E38

Color information

#771E38 (or 0x771E38) is unknown color: approx Claret. HEX triplet: 77, 1E and 38. RGB value is (119,30,56). Sum of RGB (Red+Green+Blue) = 119+30+56=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #771E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E38 is #88E1C7. Grayscale: #3B3B3B. Windows color (decimal): -8970696 or 3677815. OLE color: 3677815.

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

Color convert

RGB1193056-
CMYK00.750.530.53
HSL342.47º59.73%29.22%-
HSV(B)342.47º74.79%46.67%-
XYZ8.795.144.27-
YUV59.58125.99170.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.05%
GREEN value IS 30 (12.11% from 255) = 14.63%
BLUE value IS 56 (22.27% from 255) = 27.32%
R=58.05%
G=14.63%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119305600.750.530.53342.4759.7329.22
Hex771E3804B35351563c1d
Octal1673670011365655267435
Binary1110111111101110000100101111010111010110101011011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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