#771534

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

Shades of Claret #771534

Tints of Claret #771534

Color information

#771534 (or 0x771534) is unknown color: approx Claret. HEX triplet: 77, 15 and 34. RGB value is (119,21,52). Sum of RGB (Red+Green+Blue) = 119+21+52=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #771534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771534 is #88EACB. Grayscale: #353535. Windows color (decimal): -8973004 or 3413367. OLE color: 3413367.

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

Color convert

RGB1192152-
CMYK00.820.560.53
HSL341.02º70%27.45%-
HSV(B)341.02º82.35%46.67%-
XYZ8.54.713.71-
YUV53.84126.97174.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.98%
GREEN value IS 21 (8.59% from 255) = 10.94%
BLUE value IS 52 (20.70% from 255) = 27.08%
R=61.98%
G=10.94%
B=27.08%

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
Decimal119215200.820.560.53341.027027.45
Hex7715340523835155461b
Octal16725640122706552510633
Binary11101111010111010001010010111000110101101010101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771534; }

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

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

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

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

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

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

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

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