#761525

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

Shades of Red Berry #761525

Tints of Red Berry #761525

Color information

#761525 (or 0x761525) is unknown color: approx Red Berry. HEX triplet: 76, 15 and 25. RGB value is (118,21,37). Sum of RGB (Red+Green+Blue) = 118+21+37=176 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.05% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 118 - color contains mainly: red. Hex color #761525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761525 is #89EADA. Grayscale: #333333. Windows color (decimal): -9038555 or 2430326. OLE color: 2430326.

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

Color convert

RGB1182137-
CMYK00.820.690.54
HSL350.1º69.78%27.25%-
HSV(B)350.1º82.2%46.27%-
XYZ8.074.522.2-
YUV51.83119.64175.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 67.05%
GREEN value IS 21 (8.59% from 255) = 11.93%
BLUE value IS 37 (14.84% from 255) = 21.02%
R=67.05%
G=11.93%
B=21.02%

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
Decimal118213700.820.690.54350.169.7827.25
Hex761525052453615e461b
Octal166254501221056653610633
Binary111011010101100101010100101000101110110101011110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761525; }

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

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

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

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

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

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

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

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