#741820

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

Shades of Red Berry #741820

Tints of Red Berry #741820

Color information

#741820 (or 0x741820) is unknown color: approx Red Berry. HEX triplet: 74, 18 and 20. RGB value is (116,24,32). Sum of RGB (Red+Green+Blue) = 116+24+32=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #741820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741820 is #8BE7DF. Grayscale: #343434. Windows color (decimal): -9168864 or 2103412. OLE color: 2103412.

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

Color convert

RGB1162432-
CMYK00.790.720.55
HSL354.78º65.71%27.45%-
HSV(B)354.78º79.31%45.49%-
XYZ7.794.471.82-
YUV52.42116.48173.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.44%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=67.44%
G=13.95%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116243200.790.720.55354.7865.7127.45
Hex74182004F4837163421b
Octal164304001171106754310233
Binary111010011000100000010011111001000110111101100011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741820; }

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

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

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

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

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

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

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

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