#771232

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

Shades of Claret #771232

Tints of Claret #771232

Color information

#771232 (or 0x771232) is unknown color: approx Claret. HEX triplet: 77, 12 and 32. RGB value is (119,18,50). Sum of RGB (Red+Green+Blue) = 119+18+50=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #771232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771232 is #88EDCD. Grayscale: #333333. Windows color (decimal): -8973774 or 3281527. OLE color: 3281527.

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

Color convert

RGB1191850-
CMYK00.850.580.53
HSL340.99º73.72%26.86%-
HSV(B)340.99º84.87%46.67%-
XYZ8.44.583.46-
YUV51.85126.96175.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.64%
GREEN value IS 18 (7.42% from 255) = 9.63%
BLUE value IS 50 (19.92% from 255) = 26.74%
R=63.64%
G=9.63%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119185000.850.580.53340.9973.7226.86
Hex7712320553A351554a1b
Octal16722620125726552511233
Binary11101111001011001001010101111010110101101010101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771232; }

 p { color: rgb(119,18,50); }

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

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

 a { background-color: rgb(119,18,50); }

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

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

 span { border-color: rgb(119,18,50); }

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