#741325

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

Shades of Red Berry #741325

Tints of Red Berry #741325

Color information

#741325 (or 0x741325) is unknown color: approx Red Berry. HEX triplet: 74, 13 and 25. RGB value is (116,19,37). Sum of RGB (Red+Green+Blue) = 116+19+37=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #741325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741325 is #8BECDA. Grayscale: #323232. Windows color (decimal): -9170139 or 2429812. OLE color: 2429812.

HSL color Cylindrical-coordinate representation of color #741325: hue angle of 348.87º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741325 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB1161937-
CMYK00.840.680.55
HSL348.87º71.85%26.47%-
HSV(B)348.87º83.62%45.49%-
XYZ7.774.312.17-
YUV50.05120.64175.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.44%
GREEN value IS 19 (7.81% from 255) = 11.05%
BLUE value IS 37 (14.84% from 255) = 21.51%
R=67.44%
G=11.05%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116193700.840.680.55348.8771.8526.47
Hex741325054443715d481a
Octal164234501241046753511032
Binary111010010011100101010101001000100110111101011101100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741325; }

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

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

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

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

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

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

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

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