#771133

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

Shades of Claret #771133

Tints of Claret #771133

Color information

#771133 (or 0x771133) is unknown color: approx Claret. HEX triplet: 77, 11 and 33. RGB value is (119,17,51). Sum of RGB (Red+Green+Blue) = 119+17+51=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #771133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771133 is #88EECC. Grayscale: #333333. Windows color (decimal): -8974029 or 3346807. OLE color: 3346807.

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

Color convert

RGB1191751-
CMYK00.860.570.53
HSL340º75%26.67%-
HSV(B)340º85.71%46.67%-
XYZ8.414.563.57-
YUV51.37127.79176.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.64%
GREEN value IS 17 (7.03% from 255) = 9.09%
BLUE value IS 51 (20.31% from 255) = 27.27%
R=63.64%
G=9.09%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119175100.860.570.533407526.67
Hex77113305639351544b1b
Octal16721630126716552411333
Binary11101111000111001101010110111001110101101010100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771133; }

 p { color: rgb(119,17,51); }

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

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

 a { background-color: rgb(119,17,51); }

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

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

 span { border-color: rgb(119,17,51); }

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