#771A30

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

Shades of Claret #771A30

Tints of Claret #771A30

Color information

#771A30 (or 0x771A30) is unknown color: approx Claret. HEX triplet: 77, 1A and 30. RGB value is (119,26,48). Sum of RGB (Red+Green+Blue) = 119+26+48=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #771A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771A30 is #88E5CF. Grayscale: #383838. Windows color (decimal): -8971728 or 3152503. OLE color: 3152503.

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

Color convert

RGB1192648-
CMYK00.780.600.53
HSL345.81º64.14%28.43%-
HSV(B)345.81º78.15%46.67%-
XYZ8.514.873.29-
YUV56.32123.31172.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.66%
GREEN value IS 26 (10.55% from 255) = 13.47%
BLUE value IS 48 (19.14% from 255) = 24.87%
R=61.66%
G=13.47%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119264800.780.600.53345.8164.1428.43
Hex771A3004E3C3515a401c
Octal16732600116746553210034
Binary11101111101011000001001110111100110101101011010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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