#742021

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

Shades of Red Berry #742021

Tints of Red Berry #742021

Color information

#742021 (or 0x742021) is unknown color: approx Red Berry. HEX triplet: 74, 20 and 21. RGB value is (116,32,33). Sum of RGB (Red+Green+Blue) = 116+32+33=181 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.09% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 116 - color contains mainly: red. Hex color #742021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742021 is #8BDFDE. Grayscale: #393939. Windows color (decimal): -9166815 or 2170996. OLE color: 2170996.

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

Color convert

RGB1163233-
CMYK00.720.720.55
HSL359.29º56.76%29.02%-
HSV(B)359.29º72.41%45.49%-
XYZ7.994.861.95-
YUV57.23114.33169.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 64.09%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 33 (13.28% from 255) = 18.23%
R=64.09%
G=17.68%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116323300.720.720.55359.2956.7629.02
Hex7420210484837167391d
Octal16440410110110675477135
Binary111010010000010000101001000100100011011110110011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742021; }

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

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

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

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

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

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

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

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