#741129

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

Shades of Red Berry #741129

Tints of Red Berry #741129

Color information

#741129 (or 0x741129) is unknown color: approx Red Berry. HEX triplet: 74, 11 and 29. RGB value is (116,17,41). Sum of RGB (Red+Green+Blue) = 116+17+41=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #741129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741129 is #8BEED6. Grayscale: #313131. Windows color (decimal): -9170647 or 2691444. OLE color: 2691444.

HSL color Cylindrical-coordinate representation of color #741129: hue angle of 345.45º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741129 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB1161741-
CMYK00.850.650.55
HSL345.45º74.44%26.08%-
HSV(B)345.45º85.34%45.49%-
XYZ7.84.272.51-
YUV49.34123.3175.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 66.67%
GREEN value IS 17 (7.03% from 255) = 9.77%
BLUE value IS 41 (16.41% from 255) = 23.56%
R=66.67%
G=9.77%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116174100.850.650.55345.4574.4426.08
Hex74112905541371594a1a
Octal164215101251016753111232
Binary111010010001101001010101011000001110111101011001100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741129; }

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

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

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

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

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

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

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

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