#7A1623

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

Shades of Red Berry #7A1623

Tints of Red Berry #7A1623

Color information

#7A1623 (or 0x7A1623) is unknown color: approx Red Berry. HEX triplet: 7A, 16 and 23. RGB value is (122,22,35). Sum of RGB (Red+Green+Blue) = 122+22+35=179 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.16% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1623 is #85E9DC. Grayscale: #353535. Windows color (decimal): -8776157 or 2299514. OLE color: 2299514.

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

Color convert

RGB1222235-
CMYK00.820.710.52
HSL352.2º69.44%28.24%-
HSV(B)352.2º81.97%47.84%-
XYZ8.624.832.07-
YUV53.38117.63176.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 68.16%
GREEN value IS 22 (8.98% from 255) = 12.29%
BLUE value IS 35 (14.06% from 255) = 19.55%
R=68.16%
G=12.29%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122223500.820.710.52352.269.4428.24
Hex7A16230524734160451c
Octal172264301221076454010534
Binary111101010110100011010100101000111110100101100000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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