#77131E

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

Shades of Red Berry #77131E

Tints of Red Berry #77131E

Color information

#77131E (or 0x77131E) is unknown color: approx Red Berry. HEX triplet: 77, 13 and 1E. RGB value is (119,19,30). Sum of RGB (Red+Green+Blue) = 119+19+30=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #77131E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77131E is #88ECE1. Grayscale: #323232. Windows color (decimal): -8973538 or 1971063. OLE color: 1971063.

HSL color Cylindrical-coordinate representation of color #77131E: hue angle of 353.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #77131E is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1191930-
CMYK00.840.750.53
HSL353.4º72.46%27.06%-
HSV(B)353.4º84.03%46.67%-
XYZ8.074.481.67-
YUV50.15116.63177.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 70.83%
GREEN value IS 19 (7.81% from 255) = 11.31%
BLUE value IS 30 (12.11% from 255) = 17.86%
R=70.83%
G=11.31%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119193000.840.750.53353.472.4627.06
Hex77131E0544B35161481b
Octal167233601241136554111033
Binary11101111001111110010101001001011110101101100001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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