#761524

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

Shades of Red Berry #761524

Tints of Red Berry #761524

Color information

#761524 (or 0x761524) is unknown color: approx Red Berry. HEX triplet: 76, 15 and 24. RGB value is (118,21,36). Sum of RGB (Red+Green+Blue) = 118+21+36=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #761524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761524 is #89EADB. Grayscale: #333333. Windows color (decimal): -9038556 or 2364790. OLE color: 2364790.

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

Color convert

RGB1182136-
CMYK00.820.690.54
HSL350.72º69.78%27.25%-
HSV(B)350.72º82.2%46.27%-
XYZ8.064.522.12-
YUV51.71119.14175.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 67.43%
GREEN value IS 21 (8.59% from 255) = 12%
BLUE value IS 36 (14.45% from 255) = 20.57%
R=67.43%
G=12%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118213600.820.690.54350.7269.7827.25
Hex761524052453615f461b
Octal166254401221056653710633
Binary111011010101100100010100101000101110110101011111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761524; }

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

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

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

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

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

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

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

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