#7A1D28

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

Shades of Red Berry #7A1D28

Tints of Red Berry #7A1D28

Color information

#7A1D28 (or 0x7A1D28) is unknown color: approx Red Berry. HEX triplet: 7A, 1D and 28. RGB value is (122,29,40). Sum of RGB (Red+Green+Blue) = 122+29+40=191 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.87% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1D28 is #85E2D7. Grayscale: #3A3A3A. Windows color (decimal): -8774360 or 2628986. OLE color: 2628986.

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

Color convert

RGB1222940-
CMYK00.760.670.52
HSL352.9º61.59%29.61%-
HSV(B)352.9º76.23%47.84%-
XYZ8.855.172.54-
YUV58.06117.81173.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 63.87%
GREEN value IS 29 (11.72% from 255) = 15.18%
BLUE value IS 40 (16.02% from 255) = 20.94%
R=63.87%
G=15.18%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122294000.760.670.52352.961.5929.61
Hex7A1D2804C43341613e1e
Octal17235500114103645417636
Binary11110101110110100001001100100001111010010110000111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,29,40); }

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

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

 a { background-color: rgb(122,29,40); }

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

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

 span { border-color: rgb(122,29,40); }

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