#771234

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

Shades of Claret #771234

Tints of Claret #771234

Color information

#771234 (or 0x771234) is unknown color: approx Claret. HEX triplet: 77, 12 and 34. RGB value is (119,18,52). Sum of RGB (Red+Green+Blue) = 119+18+52=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #771234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771234 is #88EDCB. Grayscale: #343434. Windows color (decimal): -8973772 or 3412599. OLE color: 3412599.

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

Color convert

RGB1191852-
CMYK00.850.560.53
HSL339.8º73.72%26.86%-
HSV(B)339.8º84.87%46.67%-
XYZ8.444.63.69-
YUV52.07127.96175.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.96%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 52 (20.70% from 255) = 27.51%
R=62.96%
G=9.52%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119185200.850.560.53339.873.7226.86
Hex77123405538351544a1b
Octal16722640125706552411233
Binary11101111001011010001010101111000110101101010100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771234; }

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

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

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

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

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

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

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

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