#741426

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

Shades of Red Berry #741426

Tints of Red Berry #741426

Color information

#741426 (or 0x741426) is unknown color: approx Red Berry. HEX triplet: 74, 14 and 26. RGB value is (116,20,38). Sum of RGB (Red+Green+Blue) = 116+20+38=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #741426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741426 is #8BEBD9. Grayscale: #323232. Windows color (decimal): -9169882 or 2495604. OLE color: 2495604.

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

Color convert

RGB1162038-
CMYK00.830.670.55
HSL348.75º70.59%26.67%-
HSV(B)348.75º82.76%45.49%-
XYZ7.84.352.26-
YUV50.76120.8174.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 66.67%
GREEN value IS 20 (8.20% from 255) = 11.49%
BLUE value IS 38 (15.23% from 255) = 21.84%
R=66.67%
G=11.49%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116203800.830.670.55348.7570.5926.67
Hex741426053433715d471b
Octal164244601231036753510733
Binary111010010100100110010100111000011110111101011101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741426; }

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

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

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

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

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

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

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

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