#771634

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

Shades of Claret #771634

Tints of Claret #771634

Color information

#771634 (or 0x771634) is unknown color: approx Claret. HEX triplet: 77, 16 and 34. RGB value is (119,22,52). Sum of RGB (Red+Green+Blue) = 119+22+52=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #771634 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771634 is #88E9CB. Grayscale: #363636. Windows color (decimal): -8972748 or 3413623. OLE color: 3413623.

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

Color convert

RGB1192252-
CMYK00.820.560.53
HSL341.44º68.79%27.65%-
HSV(B)341.44º81.51%46.67%-
XYZ8.514.743.72-
YUV54.42126.64174.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.66%
GREEN value IS 22 (8.98% from 255) = 11.40%
BLUE value IS 52 (20.70% from 255) = 26.94%
R=61.66%
G=11.40%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119225200.820.560.53341.4468.7927.65
Hex7716340523835155451c
Octal16726640122706552510534
Binary11101111011011010001010010111000110101101010101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771634; }

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

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

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

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

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

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

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

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