#771C2D

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

Shades of Red Berry #771C2D

Tints of Red Berry #771C2D

Color information

#771C2D (or 0x771C2D) is unknown color: approx Red Berry. HEX triplet: 77, 1C and 2D. RGB value is (119,28,45). Sum of RGB (Red+Green+Blue) = 119+28+45=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #771C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C2D is #88E3D2. Grayscale: #393939. Windows color (decimal): -8971219 or 2956407. OLE color: 2956407.

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

Color convert

RGB1192845-
CMYK00.760.620.53
HSL348.79º61.9%28.82%-
HSV(B)348.79º76.47%46.67%-
XYZ8.54.942.99-
YUV57.15121.15172.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.98%
GREEN value IS 28 (11.33% from 255) = 14.58%
BLUE value IS 45 (17.97% from 255) = 23.44%
R=61.98%
G=14.58%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119284500.760.620.53348.7961.928.82
Hex771C2D04C3E3515d3e1d
Octal1673455011476655357635
Binary1110111111001011010100110011111011010110101110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,28,45); }

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

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

 a { background-color: rgb(119,28,45); }

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

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

 span { border-color: rgb(119,28,45); }

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