#7C2021

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

Shades of Red Berry #7C2021

Tints of Red Berry #7C2021

Color information

#7C2021 (or 0x7C2021) is unknown color: approx Red Berry. HEX triplet: 7C, 20 and 21. RGB value is (124,32,33). Sum of RGB (Red+Green+Blue) = 124+32+33=189 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.61% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2021 is #83DFDE. Grayscale: #3B3B3B. Windows color (decimal): -8642527 or 2171004. OLE color: 2171004.

HSL color Cylindrical-coordinate representation of color #7C2021: hue angle of 359.35º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C2021 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB1243233-
CMYK00.740.730.51
HSL359.35º58.97%30.59%-
HSV(B)359.35º74.19%48.63%-
XYZ9.15.432.01-
YUV59.62112.98173.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 65.61%
GREEN value IS 32 (12.89% from 255) = 16.93%
BLUE value IS 33 (13.28% from 255) = 17.46%
R=65.61%
G=16.93%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124323300.740.730.51359.3558.9730.59
Hex7C202104A49331673b1f
Octal17440410112111635477337
Binary111110010000010000101001010100100111001110110011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C2021; }

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

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

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

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

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

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

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

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