#742425

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

Shades of Red Berry #742425

Tints of Red Berry #742425

Color information

#742425 (or 0x742425) is unknown color: approx Red Berry. HEX triplet: 74, 24 and 25. RGB value is (116,36,37). Sum of RGB (Red+Green+Blue) = 116+36+37=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #742425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742425 is #8BDBDA. Grayscale: #3C3C3C. Windows color (decimal): -9165787 or 2434164. OLE color: 2434164.

HSL color Cylindrical-coordinate representation of color #742425: hue angle of 359.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 #742425 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB1163637-
CMYK00.690.680.55
HSL359.25º52.63%29.8%-
HSV(B)359.25º68.97%45.49%-
XYZ8.175.112.31-
YUV60.03115167.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.38%
GREEN value IS 36 (14.45% from 255) = 19.05%
BLUE value IS 37 (14.84% from 255) = 19.58%
R=61.38%
G=19.05%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116363700.690.680.55359.2552.6329.8
Hex7424250454437167351e
Octal16444450105104675476536
Binary111010010010010010101000101100010011011110110011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742425; }

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

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

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

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

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

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

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

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