#7A182C

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

Shades of Red Berry #7A182C

Tints of Red Berry #7A182C

Color information

#7A182C (or 0x7A182C) is unknown color: approx Red Berry. HEX triplet: 7A, 18 and 2C. RGB value is (122,24,44). Sum of RGB (Red+Green+Blue) = 122+24+44=190 (25% of max value = 765). Red value is 122 (48.05% from 255 or 64.21% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 122 - color contains mainly: red. Hex color #7A182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A182C is #85E7D3. Grayscale: #373737. Windows color (decimal): -8775636 or 2889850. OLE color: 2889850.

HSL color Cylindrical-coordinate representation of color #7A182C: hue angle of 347.76º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A182C is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB1222444-
CMYK00.800.640.52
HSL347.76º67.12%28.63%-
HSV(B)347.76º80.33%47.84%-
XYZ8.814.972.88-
YUV55.58121.47175.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 64.21%
GREEN value IS 24 (9.77% from 255) = 12.63%
BLUE value IS 44 (17.58% from 255) = 23.16%
R=64.21%
G=12.63%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122244400.800.640.52347.7667.1228.63
Hex7A182C050403415c431d
Octal172305401201006453410335
Binary111101011000101100010100001000000110100101011100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,24,44); }

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

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

 a { background-color: rgb(122,24,44); }

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

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

 span { border-color: rgb(122,24,44); }

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