#742129

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

Shades of Red Berry #742129

Tints of Red Berry #742129

Color information

#742129 (or 0x742129) is unknown color: approx Red Berry. HEX triplet: 74, 21 and 29. RGB value is (116,33,41). Sum of RGB (Red+Green+Blue) = 116+33+41=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #742129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742129 is #8BDED6. Grayscale: #3A3A3A. Windows color (decimal): -9166551 or 2695540. OLE color: 2695540.

HSL color Cylindrical-coordinate representation of color #742129: hue angle of 354.22º degrees, saturation: 0.56, 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 #742129 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB1163341-
CMYK00.720.650.55
HSL354.22º55.7%29.22%-
HSV(B)354.22º71.55%45.49%-
XYZ8.154.962.63-
YUV58.73118168.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.05%
GREEN value IS 33 (13.28% from 255) = 17.37%
BLUE value IS 41 (16.41% from 255) = 21.58%
R=61.05%
G=17.37%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116334100.720.650.55354.2255.729.22
Hex7421290484137162381d
Octal16441510110101675427035
Binary111010010000110100101001000100000111011110110001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742129; }

 p { color: rgb(116,33,41); }

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

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

 a { background-color: rgb(116,33,41); }

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

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

 span { border-color: rgb(116,33,41); }

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