#7A1012

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

Shades of Red Berry #7A1012

Tints of Red Berry #7A1012

Color information

#7A1012 (or 0x7A1012) is unknown color: approx Red Berry. HEX triplet: 7A, 10 and 12. RGB value is (122,16,18). Sum of RGB (Red+Green+Blue) = 122+16+18=156 (20% of max value = 765). Red value is 122 (48.05% from 255 or 78.21% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1012 is #85EFED. Grayscale: #303030. Windows color (decimal): -8777710 or 1183866. OLE color: 1183866.

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

Color convert

RGB1221618-
CMYK00.870.850.52
HSL358.87º76.81%27.06%-
HSV(B)358.87º86.89%47.84%-
XYZ8.324.551.01-
YUV47.92111.12180.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 78.21%
GREEN value IS 16 (6.64% from 255) = 10.26%
BLUE value IS 18 (7.42% from 255) = 11.54%
R=78.21%
G=10.26%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122161800.870.850.52358.8776.8127.06
Hex7A101205755341674d1b
Octal172202201271256454711533
Binary11110101000010010010101111010101110100101100111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,16,18); }

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

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

 a { background-color: rgb(122,16,18); }

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

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

 span { border-color: rgb(122,16,18); }

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