#741320

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

Shades of Red Berry #741320

Tints of Red Berry #741320

Color information

#741320 (or 0x741320) is unknown color: approx Red Berry. HEX triplet: 74, 13 and 20. RGB value is (116,19,32). Sum of RGB (Red+Green+Blue) = 116+19+32=167 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.46% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 116 - color contains mainly: red. Hex color #741320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741320 is #8BECDF. Grayscale: #313131. Windows color (decimal): -9170144 or 2102132. OLE color: 2102132.

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

Color convert

RGB1161932-
CMYK00.840.720.55
HSL351.96º71.85%26.47%-
HSV(B)351.96º83.62%45.49%-
XYZ7.74.281.79-
YUV49.48118.14175.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.46%
GREEN value IS 19 (7.81% from 255) = 11.38%
BLUE value IS 32 (12.89% from 255) = 19.16%
R=69.46%
G=11.38%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116193200.840.720.55351.9671.8526.47
Hex7413200544837160481a
Octal164234001241106754011032
Binary111010010011100000010101001001000110111101100000100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741320; }

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

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

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

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

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

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

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

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