#77151E

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

Shades of Red Berry #77151E

Tints of Red Berry #77151E

Color information

#77151E (or 0x77151E) is unknown color: approx Red Berry. HEX triplet: 77, 15 and 1E. RGB value is (119,21,30). Sum of RGB (Red+Green+Blue) = 119+21+30=170 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 30 (12.11% from 255 or 17.65% from 170); Max value from RGB is 119 - color contains mainly: red. Hex color #77151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77151E is #88EAE1. Grayscale: #333333. Windows color (decimal): -8973026 or 1971575. OLE color: 1971575.

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

Color convert

RGB1192130-
CMYK00.820.750.53
HSL354.49º70%27.45%-
HSV(B)354.49º82.35%46.67%-
XYZ8.114.551.68-
YUV51.33115.97176.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 70%
GREEN value IS 21 (8.59% from 255) = 12.35%
BLUE value IS 30 (12.11% from 255) = 17.65%
R=70%
G=12.35%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119213000.820.750.53354.497027.45
Hex77151E0524B35162461b
Octal167253601221136554210633
Binary11101111010111110010100101001011110101101100010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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