#77151A

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

Shades of Red Berry #77151A

Tints of Red Berry #77151A

Color information

#77151A (or 0x77151A) is unknown color: approx Red Berry. HEX triplet: 77, 15 and 1A. RGB value is (119,21,26). Sum of RGB (Red+Green+Blue) = 119+21+26=166 (21% of max value = 765). Red value is 119 (46.88% from 255 or 71.69% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 119 - color contains mainly: red. Hex color #77151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77151A is #88EAE5. Grayscale: #323232. Windows color (decimal): -8973030 or 1709431. OLE color: 1709431.

HSL color Cylindrical-coordinate representation of color #77151A: hue angle of 356.94º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77151A is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB1192126-
CMYK00.820.780.53
HSL356.94º70%27.45%-
HSV(B)356.94º82.35%46.67%-
XYZ8.064.531.43-
YUV50.87113.97176.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 71.69%
GREEN value IS 21 (8.59% from 255) = 12.65%
BLUE value IS 26 (10.55% from 255) = 15.66%
R=71.69%
G=12.65%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119212600.820.780.53356.947027.45
Hex77151A0524E35165461b
Octal167253201221166554510633
Binary11101111010111010010100101001110110101101100101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77151A; }

 p { color: rgb(119,21,26); }

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

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

 a { background-color: rgb(119,21,26); }

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

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

 span { border-color: rgb(119,21,26); }

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