#771821

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

Shades of Red Berry #771821

Tints of Red Berry #771821

Color information

#771821 (or 0x771821) is unknown color: approx Red Berry. HEX triplet: 77, 18 and 21. RGB value is (119,24,33). Sum of RGB (Red+Green+Blue) = 119+24+33=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #771821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771821 is #88E7DE. Grayscale: #353535. Windows color (decimal): -8972255 or 2168951. OLE color: 2168951.

HSL color Cylindrical-coordinate representation of color #771821: hue angle of 354.32º 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 #771821 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB1192433-
CMYK00.800.720.53
HSL354.32º66.43%28.04%-
HSV(B)354.32º79.83%46.67%-
XYZ8.214.691.91-
YUV53.43116.47174.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 67.61%
GREEN value IS 24 (9.77% from 255) = 13.64%
BLUE value IS 33 (13.28% from 255) = 18.75%
R=67.61%
G=13.64%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119243300.800.720.53354.3266.4328.04
Hex7718210504835162421c
Octal167304101201106554210234
Binary111011111000100001010100001001000110101101100010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771821; }

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

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

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

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

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

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

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

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