#771E27

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

Shades of Red Berry #771E27

Tints of Red Berry #771E27

Color information

#771E27 (or 0x771E27) is unknown color: approx Red Berry. HEX triplet: 77, 1E and 27. RGB value is (119,30,39). Sum of RGB (Red+Green+Blue) = 119+30+39=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #771E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E27 is #88E1D8. Grayscale: #393939. Windows color (decimal): -8970713 or 2563703. OLE color: 2563703.

HSL color Cylindrical-coordinate representation of color #771E27: hue angle of 353.93º 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 #771E27 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1193039-
CMYK00.750.670.53
HSL353.93º59.73%29.22%-
HSV(B)353.93º74.79%46.67%-
XYZ8.4452.44-
YUV57.64117.49171.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.30%
GREEN value IS 30 (12.11% from 255) = 15.96%
BLUE value IS 39 (15.62% from 255) = 20.74%
R=63.30%
G=15.96%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119303900.750.670.53353.9359.7329.22
Hex771E2704B43351623c1d
Octal16736470113103655427435
Binary11101111111010011101001011100001111010110110001011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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