#77131C

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

Shades of Red Berry #77131C

Tints of Red Berry #77131C

Color information

#77131C (or 0x77131C) is unknown color: approx Red Berry. HEX triplet: 77, 13 and 1C. RGB value is (119,19,28). Sum of RGB (Red+Green+Blue) = 119+19+28=166 (21% of max value = 765). Red value is 119 (46.88% from 255 or 71.69% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 119 - color contains mainly: red. Hex color #77131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77131C is #88ECE3. Grayscale: #313131. Windows color (decimal): -8973540 or 1839991. OLE color: 1839991.

HSL color Cylindrical-coordinate representation of color #77131C: hue angle of 354.6º 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 #77131C is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1191928-
CMYK00.840.760.53
HSL354.6º72.46%27.06%-
HSV(B)354.6º84.03%46.67%-
XYZ8.054.471.54-
YUV49.93115.63177.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 71.69%
GREEN value IS 19 (7.81% from 255) = 11.45%
BLUE value IS 28 (11.33% from 255) = 16.87%
R=71.69%
G=11.45%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119192800.840.760.53354.672.4627.06
Hex77131C0544C35163481b
Octal167233401241146554311033
Binary11101111001111100010101001001100110101101100011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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