#772139

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

Shades of Claret #772139

Tints of Claret #772139

Color information

#772139 (or 0x772139) is unknown color: approx Claret. HEX triplet: 77, 21 and 39. RGB value is (119,33,57). Sum of RGB (Red+Green+Blue) = 119+33+57=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 57 (22.66% from 255 or 27.27% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #772139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772139 is #88DEC6. Grayscale: #3D3D3D. Windows color (decimal): -8969927 or 3744119. OLE color: 3744119.

HSL color Cylindrical-coordinate representation of color #772139: hue angle of 343.26º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #772139 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB1193357-
CMYK00.720.520.53
HSL343.26º56.58%29.8%-
HSV(B)343.26º72.27%46.67%-
XYZ8.895.314.43-
YUV61.45125.49169.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.94%
GREEN value IS 33 (13.28% from 255) = 15.79%
BLUE value IS 57 (22.66% from 255) = 27.27%
R=56.94%
G=15.79%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119335700.720.520.53343.2656.5829.8
Hex7721390483435157391e
Octal1674171011064655277136
Binary11101111000011110010100100011010011010110101011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772139; }

 p { color: rgb(119,33,57); }

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

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

 a { background-color: rgb(119,33,57); }

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

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

 span { border-color: rgb(119,33,57); }

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