#761518

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

Shades of Red Berry #761518

Tints of Red Berry #761518

Color information

#761518 (or 0x761518) is unknown color: approx Red Berry. HEX triplet: 76, 15 and 18. RGB value is (118,21,24). Sum of RGB (Red+Green+Blue) = 118+21+24=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #761518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761518 is #89EAE7. Grayscale: #323232. Windows color (decimal): -9038568 or 1578358. OLE color: 1578358.

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

Color convert

RGB1182124-
CMYK00.820.800.54
HSL358.14º69.78%27.25%-
HSV(B)358.14º82.2%46.27%-
XYZ7.94.451.31-
YUV50.34113.14176.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 72.39%
GREEN value IS 21 (8.59% from 255) = 12.88%
BLUE value IS 24 (9.77% from 255) = 14.72%
R=72.39%
G=12.88%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118212400.820.800.54358.1469.7827.25
Hex7615180525036166461b
Octal166253001221206654610633
Binary11101101010111000010100101010000110110101100110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761518; }

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

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

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

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

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

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

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

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