#761320

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

Shades of Red Berry #761320

Tints of Red Berry #761320

Color information

#761320 (or 0x761320) is unknown color: approx Red Berry. HEX triplet: 76, 13 and 20. RGB value is (118,19,32). Sum of RGB (Red+Green+Blue) = 118+19+32=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #761320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761320 is #89ECDF. Grayscale: #323232. Windows color (decimal): -9039072 or 2102134. OLE color: 2102134.

HSL color Cylindrical-coordinate representation of color #761320: hue angle of 352.12º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761320 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB1181932-
CMYK00.840.730.54
HSL352.12º72.26%26.86%-
HSV(B)352.12º83.9%46.27%-
XYZ7.964.421.8-
YUV50.08117.8176.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.82%
GREEN value IS 19 (7.81% from 255) = 11.24%
BLUE value IS 32 (12.89% from 255) = 18.93%
R=69.82%
G=11.24%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118193200.840.730.54352.1272.2626.86
Hex7613200544936160481b
Octal166234001241116654011033
Binary111011010011100000010101001001001110110101100000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761320; }

 p { color: rgb(118,19,32); }

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

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

 a { background-color: rgb(118,19,32); }

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

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

 span { border-color: rgb(118,19,32); }

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