#771820

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

Shades of Red Berry #771820

Tints of Red Berry #771820

Color information

#771820 (or 0x771820) is unknown color: approx Red Berry. HEX triplet: 77, 18 and 20. RGB value is (119,24,32). Sum of RGB (Red+Green+Blue) = 119+24+32=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #771820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771820 is #88E7DF. Grayscale: #353535. Windows color (decimal): -8972256 or 2103415. OLE color: 2103415.

HSL color Cylindrical-coordinate representation of color #771820: hue angle of 354.95º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771820 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB1192432-
CMYK00.800.730.53
HSL354.95º66.43%28.04%-
HSV(B)354.95º79.83%46.67%-
XYZ8.24.681.84-
YUV53.32115.97174.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 32 (12.89% from 255) = 18.29%
R=68%
G=13.71%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119243200.800.730.53354.9566.4328.04
Hex7718200504935163421c
Octal167304001201116554310234
Binary111011111000100000010100001001001110101101100011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771820; }

 p { color: rgb(119,24,32); }

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

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

 a { background-color: rgb(119,24,32); }

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

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

 span { border-color: rgb(119,24,32); }

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