#7A1C21

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

Shades of Red Berry #7A1C21

Tints of Red Berry #7A1C21

Color information

#7A1C21 (or 0x7A1C21) is unknown color: approx Red Berry. HEX triplet: 7A, 1C and 21. RGB value is (122,28,33). Sum of RGB (Red+Green+Blue) = 122+28+33=183 (24% of max value = 765). Red value is 122 (48.05% from 255 or 66.67% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1C21 is #85E3DE. Grayscale: #383838. Windows color (decimal): -8774623 or 2169978. OLE color: 2169978.

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

Color convert

RGB1222833-
CMYK00.770.730.52
HSL356.81º62.67%29.41%-
HSV(B)356.81º77.05%47.84%-
XYZ8.725.081.96-
YUV56.68114.64174.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 66.67%
GREEN value IS 28 (11.33% from 255) = 15.30%
BLUE value IS 33 (13.28% from 255) = 18.03%
R=66.67%
G=15.30%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122283300.770.730.52356.8162.6729.41
Hex7A1C2104D49341653f1d
Octal17234410115111645457735
Binary11110101110010000101001101100100111010010110010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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