#771636

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

Shades of Claret #771636

Tints of Claret #771636

Color information

#771636 (or 0x771636) is unknown color: approx Claret. HEX triplet: 77, 16 and 36. RGB value is (119,22,54). Sum of RGB (Red+Green+Blue) = 119+22+54=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #771636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771636 is #88E9C9. Grayscale: #363636. Windows color (decimal): -8972746 or 3544695. OLE color: 3544695.

HSL color Cylindrical-coordinate representation of color #771636: hue angle of 340.21º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771636 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1192254-
CMYK00.820.550.53
HSL340.21º68.79%27.65%-
HSV(B)340.21º81.51%46.67%-
XYZ8.564.763.96-
YUV54.65127.64173.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.03%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 54 (21.48% from 255) = 27.69%
R=61.03%
G=11.28%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119225400.820.550.53340.2168.7927.65
Hex7716360523735154451c
Octal16726660122676552410534
Binary11101111011011011001010010110111110101101010100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771636; }

 p { color: rgb(119,22,54); }

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

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

 a { background-color: rgb(119,22,54); }

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

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

 span { border-color: rgb(119,22,54); }

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