#771D28

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

Shades of Red Berry #771D28

Tints of Red Berry #771D28

Color information

#771D28 (or 0x771D28) is unknown color: approx Red Berry. HEX triplet: 77, 1D and 28. RGB value is (119,29,40). Sum of RGB (Red+Green+Blue) = 119+29+40=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #771D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D28 is #88E2D7. Grayscale: #393939. Windows color (decimal): -8970968 or 2628983. OLE color: 2628983.

HSL color Cylindrical-coordinate representation of color #771D28: hue angle of 352.67º degrees, saturation: 0.61, 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 #771D28 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1192940-
CMYK00.760.660.53
HSL352.67º60.81%29.02%-
HSV(B)352.67º75.63%46.67%-
XYZ8.434.952.52-
YUV57.16118.32172.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.30%
GREEN value IS 29 (11.72% from 255) = 15.43%
BLUE value IS 40 (16.02% from 255) = 21.28%
R=63.30%
G=15.43%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119294000.760.660.53352.6760.8129.02
Hex771D2804C42351613d1d
Octal16735500114102655417535
Binary11101111110110100001001100100001011010110110000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,29,40); }

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

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

 a { background-color: rgb(119,29,40); }

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

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

 span { border-color: rgb(119,29,40); }

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