#74242D

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

Shades of Red Berry #74242D

Tints of Red Berry #74242D

Color information

#74242D (or 0x74242D) is unknown color: approx Red Berry. HEX triplet: 74, 24 and 2D. RGB value is (116,36,45). Sum of RGB (Red+Green+Blue) = 116+36+45=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #74242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74242D is #8BDBD2. Grayscale: #3C3C3C. Windows color (decimal): -9165779 or 2958452. OLE color: 2958452.

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

Color convert

RGB1163645-
CMYK00.690.610.55
HSL353.25º52.63%29.8%-
HSV(B)353.25º68.97%45.49%-
XYZ8.315.163.04-
YUV60.95119167.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.88%
GREEN value IS 36 (14.45% from 255) = 18.27%
BLUE value IS 45 (17.97% from 255) = 22.84%
R=58.88%
G=18.27%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116364500.690.610.55353.2552.6329.8
Hex74242D0453D37161351e
Octal1644455010575675416536
Binary11101001001001011010100010111110111011110110000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74242D; }

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

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

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

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

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

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

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

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