#7C1622

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

Shades of Red Berry #7C1622

Tints of Red Berry #7C1622

Color information

#7C1622 (or 0x7C1622) is unknown color: approx Red Berry. HEX triplet: 7C, 16 and 22. RGB value is (124,22,34). Sum of RGB (Red+Green+Blue) = 124+22+34=180 (23% of max value = 765). Red value is 124 (48.83% from 255 or 68.89% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 34 (13.67% from 255 or 18.89% from 180); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1622 is #83E9DD. Grayscale: #353535. Windows color (decimal): -8645086 or 2233980. OLE color: 2233980.

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

Color convert

RGB1242234-
CMYK00.820.730.51
HSL352.94º69.86%28.63%-
HSV(B)352.94º82.26%48.63%-
XYZ8.894.972.01-
YUV53.87116.79178.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 68.89%
GREEN value IS 22 (8.98% from 255) = 12.22%
BLUE value IS 34 (13.67% from 255) = 18.89%
R=68.89%
G=12.22%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124223400.820.730.51352.9469.8628.63
Hex7C16220524933161461d
Octal174264201221116354110635
Binary111110010110100010010100101001001110011101100001100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,22,34); }

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

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

 a { background-color: rgb(124,22,34); }

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

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

 span { border-color: rgb(124,22,34); }

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