#771A33

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

Shades of Claret #771A33

Tints of Claret #771A33

Color information

#771A33 (or 0x771A33) is unknown color: approx Claret. HEX triplet: 77, 1A and 33. RGB value is (119,26,51). Sum of RGB (Red+Green+Blue) = 119+26+51=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #771A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771A33 is #88E5CC. Grayscale: #383838. Windows color (decimal): -8971725 or 3349111. OLE color: 3349111.

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

Color convert

RGB1192651-
CMYK00.780.570.53
HSL343.87º64.14%28.43%-
HSV(B)343.87º78.15%46.67%-
XYZ8.574.93.63-
YUV56.66124.81172.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.71%
GREEN value IS 26 (10.55% from 255) = 13.27%
BLUE value IS 51 (20.31% from 255) = 26.02%
R=60.71%
G=13.27%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119265100.780.570.53343.8764.1428.43
Hex771A3304E3935158401c
Octal16732630116716553010034
Binary11101111101011001101001110111001110101101011000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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