#771333

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

Shades of Claret #771333

Tints of Claret #771333

Color information

#771333 (or 0x771333) is unknown color: approx Claret. HEX triplet: 77, 13 and 33. RGB value is (119,19,51). Sum of RGB (Red+Green+Blue) = 119+19+51=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #771333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771333 is #88ECCC. Grayscale: #343434. Windows color (decimal): -8973517 or 3347319. OLE color: 3347319.

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

Color convert

RGB1191951-
CMYK00.840.570.53
HSL340.8º72.46%27.06%-
HSV(B)340.8º84.03%46.67%-
XYZ8.444.633.58-
YUV52.55127.13175.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.96%
GREEN value IS 19 (7.81% from 255) = 10.05%
BLUE value IS 51 (20.31% from 255) = 26.98%
R=62.96%
G=10.05%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119195100.840.570.53340.872.4627.06
Hex7713330543935155481b
Octal16723630124716552511033
Binary11101111001111001101010100111001110101101010101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771333; }

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

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

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

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

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

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

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

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