#761522

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

Shades of Red Berry #761522

Tints of Red Berry #761522

Color information

#761522 (or 0x761522) is unknown color: approx Red Berry. HEX triplet: 76, 15 and 22. RGB value is (118,21,34). Sum of RGB (Red+Green+Blue) = 118+21+34=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 34 (13.67% from 255 or 19.65% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #761522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761522 is #89EADD. Grayscale: #333333. Windows color (decimal): -9038558 or 2233718. OLE color: 2233718.

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

Color convert

RGB1182134-
CMYK00.820.710.54
HSL351.96º69.78%27.25%-
HSV(B)351.96º82.2%46.27%-
XYZ8.034.51.96-
YUV51.48118.14175.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 68.21%
GREEN value IS 21 (8.59% from 255) = 12.14%
BLUE value IS 34 (13.67% from 255) = 19.65%
R=68.21%
G=12.14%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118213400.820.710.54351.9669.7827.25
Hex7615220524736160461b
Octal166254201221076654010633
Binary111011010101100010010100101000111110110101100000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761522; }

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

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

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

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

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

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

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

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