#77171E

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

Shades of Red Berry #77171E

Tints of Red Berry #77171E

Color information

#77171E (or 0x77171E) is unknown color: approx Red Berry. HEX triplet: 77, 17 and 1E. RGB value is (119,23,30). Sum of RGB (Red+Green+Blue) = 119+23+30=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #77171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77171E is #88E8E1. Grayscale: #343434. Windows color (decimal): -8972514 or 1972087. OLE color: 1972087.

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

Color convert

RGB1192330-
CMYK00.810.750.53
HSL355.62º67.61%27.84%-
HSV(B)355.62º80.67%46.67%-
XYZ8.154.631.69-
YUV52.5115.3175.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 69.19%
GREEN value IS 23 (9.38% from 255) = 13.37%
BLUE value IS 30 (12.11% from 255) = 17.44%
R=69.19%
G=13.37%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119233000.810.750.53355.6267.6127.84
Hex77171E0514B35164441c
Octal167273601211136554410434
Binary11101111011111110010100011001011110101101100100100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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