#761424

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

Shades of Red Berry #761424

Tints of Red Berry #761424

Color information

#761424 (or 0x761424) is unknown color: approx Red Berry. HEX triplet: 76, 14 and 24. RGB value is (118,20,36). Sum of RGB (Red+Green+Blue) = 118+20+36=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #761424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761424 is #89EBDB. Grayscale: #333333. Windows color (decimal): -9038812 or 2364534. OLE color: 2364534.

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

Color convert

RGB1182036-
CMYK00.830.690.54
HSL350.2º71.01%27.06%-
HSV(B)350.2º83.05%46.27%-
XYZ8.044.482.11-
YUV51.13119.47175.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 67.82%
GREEN value IS 20 (8.20% from 255) = 11.49%
BLUE value IS 36 (14.45% from 255) = 20.69%
R=67.82%
G=11.49%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118203600.830.690.54350.271.0127.06
Hex761424053453615e471b
Octal166244401231056653610733
Binary111011010100100100010100111000101110110101011110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761424; }

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

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

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

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

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

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

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

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