#741326

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

Shades of Red Berry #741326

Tints of Red Berry #741326

Color information

#741326 (or 0x741326) is unknown color: approx Red Berry. HEX triplet: 74, 13 and 26. RGB value is (116,19,38). Sum of RGB (Red+Green+Blue) = 116+19+38=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #741326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741326 is #8BECD9. Grayscale: #323232. Windows color (decimal): -9170138 or 2495348. OLE color: 2495348.

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

Color convert

RGB1161938-
CMYK00.840.670.55
HSL348.25º71.85%26.47%-
HSV(B)348.25º83.62%45.49%-
XYZ7.794.322.26-
YUV50.17121.14174.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.05%
GREEN value IS 19 (7.81% from 255) = 10.98%
BLUE value IS 38 (15.23% from 255) = 21.97%
R=67.05%
G=10.98%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116193800.840.670.55348.2571.8526.47
Hex741326054433715c481a
Octal164234601241036753411032
Binary111010010011100110010101001000011110111101011100100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741326; }

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

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

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

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

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

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

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

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