#761519

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

Shades of Red Berry #761519

Tints of Red Berry #761519

Color information

#761519 (or 0x761519) is unknown color: approx Red Berry. HEX triplet: 76, 15 and 19. RGB value is (118,21,25). Sum of RGB (Red+Green+Blue) = 118+21+25=164 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.95% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 118 - color contains mainly: red. Hex color #761519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761519 is #89EAE6. Grayscale: #323232. Windows color (decimal): -9038567 or 1643894. OLE color: 1643894.

HSL color Cylindrical-coordinate representation of color #761519: hue angle of 357.53º 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 #761519 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB1182125-
CMYK00.820.790.54
HSL357.53º69.78%27.25%-
HSV(B)357.53º82.2%46.27%-
XYZ7.914.461.36-
YUV50.46113.64176.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.95%
GREEN value IS 21 (8.59% from 255) = 12.80%
BLUE value IS 25 (10.16% from 255) = 15.24%
R=71.95%
G=12.80%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118212500.820.790.54357.5369.7827.25
Hex7615190524F36166461b
Octal166253101221176654610633
Binary11101101010111001010100101001111110110101100110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761519; }

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

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

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

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

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

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

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

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