#7a1c1d

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

Shades of Red Berry #7A1C1D

Tints of Red Berry #7A1C1D

Color information

#7A1C1D (or 0x7A1C1D) is unknown color: approx Red Berry. HEX triplet: 7A, 1C and 1D. RGB value is (122,28,29). Sum of RGB (Red+Green+Blue) = 122+28+29=179 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.16% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1C1D is #85E3E2. Grayscale: #383838. Windows color (decimal): -8774627 or 1907834. OLE color: 1907834.

HSL color Cylindrical-coordinate representation of color #7A1C1D: hue angle of 359.36º 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 #7A1C1D is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.52.

Color convert

RGB1222829-
CMYK00.770.760.52
HSL359.36º62.67%29.41%-
HSV(B)359.36º77.05%47.84%-
XYZ8.665.061.68-
YUV56.22112.64174.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 68.16%
GREEN value IS 28 (11.33% from 255) = 15.64%
BLUE value IS 29 (11.72% from 255) = 16.20%
R=68.16%
G=15.64%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122282900.770.760.52359.3662.6729.41
Hex7A1C1D04D4C341673f1d
Octal17234350115114645477735
Binary1111010111001110101001101100110011010010110011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a1c1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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