#76152A

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

Shades of Red Berry #76152A

Tints of Red Berry #76152A

Color information

#76152A (or 0x76152A) is unknown color: approx Red Berry. HEX triplet: 76, 15 and 2A. RGB value is (118,21,42). Sum of RGB (Red+Green+Blue) = 118+21+42=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #76152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76152A is #89EAD5. Grayscale: #343434. Windows color (decimal): -9038550 or 2758006. OLE color: 2758006.

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

Color convert

RGB1182142-
CMYK00.820.640.54
HSL347.01º69.78%27.25%-
HSV(B)347.01º82.2%46.27%-
XYZ8.164.562.64-
YUV52.4122.14174.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.19%
GREEN value IS 21 (8.59% from 255) = 11.60%
BLUE value IS 42 (16.80% from 255) = 23.20%
R=65.19%
G=11.60%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118214200.820.640.54347.0169.7827.25
Hex76152A052403615b461b
Octal166255201221006653310633
Binary111011010101101010010100101000000110110101011011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76152A; }

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

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

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

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

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

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

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

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