#771331

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

Shades of Claret #771331

Tints of Claret #771331

Color information

#771331 (or 0x771331) is unknown color: approx Claret. HEX triplet: 77, 13 and 31. RGB value is (119,19,49). Sum of RGB (Red+Green+Blue) = 119+19+49=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #771331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771331 is #88ECCE. Grayscale: #343434. Windows color (decimal): -8973519 or 3216247. OLE color: 3216247.

HSL color Cylindrical-coordinate representation of color #771331: hue angle of 342º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771331 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB1191949-
CMYK00.840.590.53
HSL342º72.46%27.06%-
HSV(B)342º84.03%46.67%-
XYZ8.394.613.35-
YUV52.32126.13175.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.64%
GREEN value IS 19 (7.81% from 255) = 10.16%
BLUE value IS 49 (19.53% from 255) = 26.20%
R=63.64%
G=10.16%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119194900.840.590.5334272.4627.06
Hex7713310543B35156481b
Octal16723610124736552611033
Binary11101111001111000101010100111011110101101010110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771331; }

 p { color: rgb(119,19,49); }

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

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

 a { background-color: rgb(119,19,49); }

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

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

 span { border-color: rgb(119,19,49); }

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