#771E3D

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

Shades of Claret #771E3D

Tints of Claret #771E3D

Color information

#771E3D (or 0x771E3D) is unknown color: approx Claret. HEX triplet: 77, 1E and 3D. RGB value is (119,30,61). Sum of RGB (Red+Green+Blue) = 119+30+61=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #771E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E3D is #88E1C2. Grayscale: #3C3C3C. Windows color (decimal): -8970691 or 4005495. OLE color: 4005495.

HSL color Cylindrical-coordinate representation of color #771E3D: hue angle of 339.1º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771E3D is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1193061-
CMYK00.750.490.53
HSL339.1º59.73%29.22%-
HSV(B)339.1º74.79%46.67%-
XYZ8.915.194.95-
YUV60.14128.49169.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.67%
GREEN value IS 30 (12.11% from 255) = 14.29%
BLUE value IS 61 (24.22% from 255) = 29.05%
R=56.67%
G=14.29%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119306100.750.490.53339.159.7329.22
Hex771E3D04B31351533c1d
Octal1673675011361655237435
Binary1110111111101111010100101111000111010110101001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771E3D; }

 p { color: rgb(119,30,61); }

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

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

 a { background-color: rgb(119,30,61); }

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

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

 span { border-color: rgb(119,30,61); }

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