#771E30

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

Shades of Claret #771E30

Tints of Claret #771E30

Color information

#771E30 (or 0x771E30) is unknown color: approx Claret. HEX triplet: 77, 1E and 30. RGB value is (119,30,48). Sum of RGB (Red+Green+Blue) = 119+30+48=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #771E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E30 is #88E1CF. Grayscale: #3A3A3A. Windows color (decimal): -8970704 or 3153527. OLE color: 3153527.

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

Color convert

RGB1193048-
CMYK00.750.600.53
HSL347.87º59.73%29.22%-
HSV(B)347.87º74.79%46.67%-
XYZ8.615.063.32-
YUV58.66121.99171.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.41%
GREEN value IS 30 (12.11% from 255) = 15.23%
BLUE value IS 48 (19.14% from 255) = 24.37%
R=60.41%
G=15.23%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119304800.750.600.53347.8759.7329.22
Hex771E3004B3C3515c3c1d
Octal1673660011374655347435
Binary1110111111101100000100101111110011010110101110011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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