#741728

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

Shades of Red Berry #741728

Tints of Red Berry #741728

Color information

#741728 (or 0x741728) is unknown color: approx Red Berry. HEX triplet: 74, 17 and 28. RGB value is (116,23,40). Sum of RGB (Red+Green+Blue) = 116+23+40=179 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.80% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 116 - color contains mainly: red. Hex color #741728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741728 is #8BE8D7. Grayscale: #343434. Windows color (decimal): -9169112 or 2627444. OLE color: 2627444.

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

Color convert

RGB1162340-
CMYK00.800.660.55
HSL349.03º66.91%27.25%-
HSV(B)349.03º80.17%45.49%-
XYZ7.894.482.46-
YUV52.74120.81173.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 64.80%
GREEN value IS 23 (9.38% from 255) = 12.85%
BLUE value IS 40 (16.02% from 255) = 22.35%
R=64.80%
G=12.85%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116234000.800.660.55349.0366.9127.25
Hex741728050423715d431b
Octal164275001201026753510333
Binary111010010111101000010100001000010110111101011101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741728; }

 p { color: rgb(116,23,40); }

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

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

 a { background-color: rgb(116,23,40); }

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

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

 span { border-color: rgb(116,23,40); }

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