#742026

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

Shades of Red Berry #742026

Tints of Red Berry #742026

Color information

#742026 (or 0x742026) is unknown color: approx Red Berry. HEX triplet: 74, 20 and 26. RGB value is (116,32,38). Sum of RGB (Red+Green+Blue) = 116+32+38=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #742026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742026 is #8BDFD9. Grayscale: #393939. Windows color (decimal): -9166810 or 2498676. OLE color: 2498676.

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

Color convert

RGB1163238-
CMYK00.720.670.55
HSL355.71º56.76%29.02%-
HSV(B)355.71º72.41%45.49%-
XYZ8.074.892.35-
YUV57.8116.83169.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.37%
GREEN value IS 32 (12.89% from 255) = 17.20%
BLUE value IS 38 (15.23% from 255) = 20.43%
R=62.37%
G=17.20%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116323800.720.670.55355.7156.7629.02
Hex7420260484337164391d
Octal16440460110103675447135
Binary111010010000010011001001000100001111011110110010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742026; }

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

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

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

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

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

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

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

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