#741725

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

Shades of Red Berry #741725

Tints of Red Berry #741725

Color information

#741725 (or 0x741725) is unknown color: approx Red Berry. HEX triplet: 74, 17 and 25. RGB value is (116,23,37). Sum of RGB (Red+Green+Blue) = 116+23+37=176 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.91% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 116 - color contains mainly: red. Hex color #741725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741725 is #8BE8DA. Grayscale: #343434. Windows color (decimal): -9169115 or 2430836. OLE color: 2430836.

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

Color convert

RGB1162337-
CMYK00.800.680.55
HSL350.97º66.91%27.25%-
HSV(B)350.97º80.17%45.49%-
XYZ7.844.462.2-
YUV52.4119.31173.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 65.91%
GREEN value IS 23 (9.38% from 255) = 13.07%
BLUE value IS 37 (14.84% from 255) = 21.02%
R=65.91%
G=13.07%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116233700.800.680.55350.9766.9127.25
Hex741725050443715f431b
Octal164274501201046753710333
Binary111010010111100101010100001000100110111101011111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741725; }

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

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

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

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

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

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

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

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