#761315

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

Shades of Red Berry #761315

Tints of Red Berry #761315

Color information

#761315 (or 0x761315) is unknown color: approx Red Berry. HEX triplet: 76, 13 and 15. RGB value is (118,19,21). Sum of RGB (Red+Green+Blue) = 118+19+21=158 (20% of max value = 765). Red value is 118 (46.48% from 255 or 74.68% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 118 - color contains mainly: red. Hex color #761315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761315 is #89ECEA. Grayscale: #303030. Windows color (decimal): -9039083 or 1381238. OLE color: 1381238.

HSL color Cylindrical-coordinate representation of color #761315: hue angle of 358.79º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761315 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB1181921-
CMYK00.840.820.54
HSL358.79º72.26%26.86%-
HSV(B)358.79º83.9%46.27%-
XYZ7.844.371.14-
YUV48.83112.3177.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 74.68%
GREEN value IS 19 (7.81% from 255) = 12.03%
BLUE value IS 21 (8.59% from 255) = 13.29%
R=74.68%
G=12.03%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118192100.840.820.54358.7972.2626.86
Hex7613150545236167481b
Octal166232501241226654711033
Binary11101101001110101010101001010010110110101100111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761315; }

 p { color: rgb(118,19,21); }

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

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

 a { background-color: rgb(118,19,21); }

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

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

 span { border-color: rgb(118,19,21); }

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