#7A141F

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

Shades of Red Berry #7A141F

Tints of Red Berry #7A141F

Color information

#7A141F (or 0x7A141F) is unknown color: approx Red Berry. HEX triplet: 7A, 14 and 1F. RGB value is (122,20,31). Sum of RGB (Red+Green+Blue) = 122+20+31=173 (22% of max value = 765). Red value is 122 (48.05% from 255 or 70.52% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 122 - color contains mainly: red. Hex color #7A141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A141F is #85EBE0. Grayscale: #333333. Windows color (decimal): -8776673 or 2036858. OLE color: 2036858.

HSL color Cylindrical-coordinate representation of color #7A141F: hue angle of 353.53º degrees, saturation: 0.72, 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 #7A141F is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB1222031-
CMYK00.840.750.52
HSL353.53º71.83%27.84%-
HSV(B)353.53º83.61%47.84%-
XYZ8.524.741.76-
YUV51.75116.29178.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 70.52%
GREEN value IS 20 (8.20% from 255) = 11.56%
BLUE value IS 31 (12.5% from 255) = 17.92%
R=70.52%
G=11.56%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122203100.840.750.52353.5371.8327.84
Hex7A141F0544B34162481c
Octal172243701241136454211034
Binary11110101010011111010101001001011110100101100010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,20,31); }

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

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

 a { background-color: rgb(122,20,31); }

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

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

 span { border-color: rgb(122,20,31); }

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