#77111A

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

Shades of Red Berry #77111A

Tints of Red Berry #77111A

Color information

#77111A (or 0x77111A) is unknown color: approx Red Berry. HEX triplet: 77, 11 and 1A. RGB value is (119,17,26). Sum of RGB (Red+Green+Blue) = 119+17+26=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #77111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77111A is #88EEE5. Grayscale: #303030. Windows color (decimal): -8974054 or 1708407. OLE color: 1708407.

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

Color convert

RGB1191726-
CMYK00.860.780.53
HSL354.71º75%26.67%-
HSV(B)354.71º85.71%46.67%-
XYZ7.994.41.4-
YUV48.52115.29178.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.46%
GREEN value IS 17 (7.03% from 255) = 10.49%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=73.46%
G=10.49%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119172600.860.780.53354.717526.67
Hex77111A0564E351634b1b
Octal167213201261166554311333
Binary11101111000111010010101101001110110101101100011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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