#741524

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

Shades of Red Berry #741524

Tints of Red Berry #741524

Color information

#741524 (or 0x741524) is unknown color: approx Red Berry. HEX triplet: 74, 15 and 24. RGB value is (116,21,36). Sum of RGB (Red+Green+Blue) = 116+21+36=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #741524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741524 is #8BEADB. Grayscale: #333333. Windows color (decimal): -9169628 or 2364788. OLE color: 2364788.

HSL color Cylindrical-coordinate representation of color #741524: hue angle of 350.53º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741524 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB1162136-
CMYK00.820.690.55
HSL350.53º69.34%26.86%-
HSV(B)350.53º81.9%45.49%-
XYZ7.794.382.1-
YUV51.11119.47174.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.05%
GREEN value IS 21 (8.59% from 255) = 12.14%
BLUE value IS 36 (14.45% from 255) = 20.81%
R=67.05%
G=12.14%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116213600.820.690.55350.5369.3426.86
Hex741524052453715f451b
Octal164254401221056753710533
Binary111010010101100100010100101000101110111101011111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741524; }

 p { color: rgb(116,21,36); }

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

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

 a { background-color: rgb(116,21,36); }

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

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

 span { border-color: rgb(116,21,36); }

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