#741821

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

Shades of Red Berry #741821

Tints of Red Berry #741821

Color information

#741821 (or 0x741821) is unknown color: approx Red Berry. HEX triplet: 74, 18 and 21. RGB value is (116,24,33). Sum of RGB (Red+Green+Blue) = 116+24+33=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #741821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741821 is #8BE7DE. Grayscale: #343434. Windows color (decimal): -9168863 or 2168948. OLE color: 2168948.

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

Color convert

RGB1162433-
CMYK00.790.720.55
HSL354.13º65.71%27.45%-
HSV(B)354.13º79.31%45.49%-
XYZ7.84.481.89-
YUV52.53116.98173.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.05%
GREEN value IS 24 (9.77% from 255) = 13.87%
BLUE value IS 33 (13.28% from 255) = 19.08%
R=67.05%
G=13.87%
B=19.08%

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
Decimal116243300.790.720.55354.1365.7127.45
Hex74182104F4837162421b
Octal164304101171106754210233
Binary111010011000100001010011111001000110111101100010100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741821; }

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

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

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

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

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

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

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

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