#7A1528

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

Shades of Red Berry #7A1528

Tints of Red Berry #7A1528

Color information

#7A1528 (or 0x7A1528) is unknown color: approx Red Berry. HEX triplet: 7A, 15 and 28. RGB value is (122,21,40). Sum of RGB (Red+Green+Blue) = 122+21+40=183 (24% of max value = 765). Red value is 122 (48.05% from 255 or 66.67% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1528 is #85EAD7. Grayscale: #353535. Windows color (decimal): -8776408 or 2626938. OLE color: 2626938.

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

Color convert

RGB1222140-
CMYK00.830.670.52
HSL348.71º70.63%28.04%-
HSV(B)348.71º82.79%47.84%-
XYZ8.684.832.48-
YUV53.36120.46176.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 66.67%
GREEN value IS 21 (8.59% from 255) = 11.48%
BLUE value IS 40 (16.02% from 255) = 21.86%
R=66.67%
G=11.48%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122214000.830.670.52348.7170.6328.04
Hex7A1528053433415d471c
Octal172255001231036453510734
Binary111101010101101000010100111000011110100101011101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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