#771D25

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

Shades of Red Berry #771D25

Tints of Red Berry #771D25

Color information

#771D25 (or 0x771D25) is unknown color: approx Red Berry. HEX triplet: 77, 1D and 25. RGB value is (119,29,37). Sum of RGB (Red+Green+Blue) = 119+29+37=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #771D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D25 is #88E2DA. Grayscale: #383838. Windows color (decimal): -8970971 or 2432375. OLE color: 2432375.

HSL color Cylindrical-coordinate representation of color #771D25: hue angle of 354.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 #771D25 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB1192937-
CMYK00.760.690.53
HSL354.67º60.81%29.02%-
HSV(B)354.67º75.63%46.67%-
XYZ8.384.932.26-
YUV56.82116.82172.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 64.32%
GREEN value IS 29 (11.72% from 255) = 15.68%
BLUE value IS 37 (14.84% from 255) = 20%
R=64.32%
G=15.68%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119293700.760.690.53354.6760.8129.02
Hex771D2504C45351633d1d
Octal16735450114105655437535
Binary11101111110110010101001100100010111010110110001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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