#74152C

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

Shades of Red Berry #74152C

Tints of Red Berry #74152C

Color information

#74152C (or 0x74152C) is unknown color: approx Red Berry. HEX triplet: 74, 15 and 2C. RGB value is (116,21,44). Sum of RGB (Red+Green+Blue) = 116+21+44=181 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.09% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 116 - color contains mainly: red. Hex color #74152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74152C is #8BEAD3. Grayscale: #343434. Windows color (decimal): -9169620 or 2889076. OLE color: 2889076.

HSL color Cylindrical-coordinate representation of color #74152C: hue angle of 345.47º 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 #74152C is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB1162144-
CMYK00.820.620.55
HSL345.47º69.34%26.86%-
HSV(B)345.47º81.9%45.49%-
XYZ7.934.432.82-
YUV52.03123.47173.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 64.09%
GREEN value IS 21 (8.59% from 255) = 11.60%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=64.09%
G=11.60%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116214400.820.620.55345.4769.3426.86
Hex74152C0523E37159451b
Octal16425540122766753110533
Binary11101001010110110001010010111110110111101011001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74152C; }

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

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

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

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

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

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

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

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