#771724

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

Shades of Red Berry #771724

Tints of Red Berry #771724

Color information

#771724 (or 0x771724) is unknown color: approx Red Berry. HEX triplet: 77, 17 and 24. RGB value is (119,23,36). Sum of RGB (Red+Green+Blue) = 119+23+36=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #771724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771724 is #88E8DB. Grayscale: #353535. Windows color (decimal): -8972508 or 2365303. OLE color: 2365303.

HSL color Cylindrical-coordinate representation of color #771724: hue angle of 351.88º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #771724 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB1192336-
CMYK00.810.700.53
HSL351.88º67.61%27.84%-
HSV(B)351.88º80.67%46.67%-
XYZ8.234.662.14-
YUV53.19118.3174.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.85%
GREEN value IS 23 (9.38% from 255) = 12.92%
BLUE value IS 36 (14.45% from 255) = 20.22%
R=66.85%
G=12.92%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119233600.810.700.53351.8867.6127.84
Hex7717240514635160441c
Octal167274401211066554010434
Binary111011110111100100010100011000110110101101100000100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771724; }

 p { color: rgb(119,23,36); }

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

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

 a { background-color: rgb(119,23,36); }

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

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

 span { border-color: rgb(119,23,36); }

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