#7A131C

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

Shades of Red Berry #7A131C

Tints of Red Berry #7A131C

Color information

#7A131C (or 0x7A131C) is unknown color: approx Red Berry. HEX triplet: 7A, 13 and 1C. RGB value is (122,19,28). Sum of RGB (Red+Green+Blue) = 122+19+28=169 (22% of max value = 765). Red value is 122 (48.05% from 255 or 72.19% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 122 - color contains mainly: red. Hex color #7A131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A131C is #85ECE3. Grayscale: #323232. Windows color (decimal): -8776932 or 1839994. OLE color: 1839994.

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

Color convert

RGB1221928-
CMYK00.840.770.52
HSL354.76º73.05%27.65%-
HSV(B)354.76º84.43%47.84%-
XYZ8.474.691.56-
YUV50.82115.12178.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 72.19%
GREEN value IS 19 (7.81% from 255) = 11.24%
BLUE value IS 28 (11.33% from 255) = 16.57%
R=72.19%
G=11.24%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122192800.840.770.52354.7673.0527.65
Hex7A131C0544D34163491c
Octal172233401241156454311134
Binary11110101001111100010101001001101110100101100011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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