#7A2123

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

Shades of Red Berry #7A2123

Tints of Red Berry #7A2123

Color information

#7A2123 (or 0x7A2123) is unknown color: approx Red Berry. HEX triplet: 7A, 21 and 23. RGB value is (122,33,35). Sum of RGB (Red+Green+Blue) = 122+33+35=190 (25% of max value = 765). Red value is 122 (48.05% from 255 or 64.21% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2123 is #85DEDC. Grayscale: #3B3B3B. Windows color (decimal): -8773341 or 2302330. OLE color: 2302330.

HSL color Cylindrical-coordinate representation of color #7A2123: hue angle of 358.65º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A2123 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.52.

Color convert

RGB1223335-
CMYK00.730.710.52
HSL358.65º57.42%30.39%-
HSV(B)358.65º72.95%47.84%-
XYZ8.875.352.15-
YUV59.84113.99172.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 64.21%
GREEN value IS 33 (13.28% from 255) = 17.37%
BLUE value IS 35 (14.06% from 255) = 18.42%
R=64.21%
G=17.37%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122333500.730.710.52358.6557.4230.39
Hex7A21230494734167391e
Octal17241430111107645477136
Binary111101010000110001101001001100011111010010110011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,33,35); }

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

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

 a { background-color: rgb(122,33,35); }

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

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

 span { border-color: rgb(122,33,35); }

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