#761324

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

Shades of Red Berry #761324

Tints of Red Berry #761324

Color information

#761324 (or 0x761324) is unknown color: approx Red Berry. HEX triplet: 76, 13 and 24. RGB value is (118,19,36). Sum of RGB (Red+Green+Blue) = 118+19+36=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #761324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761324 is #89ECDB. Grayscale: #323232. Windows color (decimal): -9039068 or 2364278. OLE color: 2364278.

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

Color convert

RGB1181936-
CMYK00.840.690.54
HSL349.7º72.26%26.86%-
HSV(B)349.7º83.9%46.27%-
XYZ8.024.442.1-
YUV50.54119.8176.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 68.21%
GREEN value IS 19 (7.81% from 255) = 10.98%
BLUE value IS 36 (14.45% from 255) = 20.81%
R=68.21%
G=10.98%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118193600.840.690.54349.772.2626.86
Hex761324054453615e481b
Octal166234401241056653611033
Binary111011010011100100010101001000101110110101011110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761324; }

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

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

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

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

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

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

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

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