Html Css Color HEX #7A1120 Red Berry

📋 copy color: '#7A1120'

red 122 ◦ green 17 ◦ blue 32

#7A1120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #7A1120

Tints of Red Berry #7A1120

RGB

 RED value IS 122 (48.05% from 255) = 71.35%

 GREEN value IS 17 (7.03% from 255) = 9.94%

 BLUE value IS 32 (12.89% from 255) = 18.71%

R = 71.35%
G = 9.94%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.52

RGB Variations

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

Color information

#7A1120 (or 0x7A1120) is known color: Red Berry. HEX triplet: 7A, 11 and 20. RGB value is (122,17,32). Sum of RGB (Red+Green+Blue) = 122+17+32=171 (22% of max value = 765). Red value is 122 (48.05% from 255 or 71.35% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1120 is #85EEDF. Grayscale: #323232. Windows color (decimal): -8777440 or 2101626. OLE color: 2101626.

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

Color convert

RGB 122 17 32 -
CMYK 0 0.86 0.74 0.52
HSL 351.43º 0.76% 0.27% -
HSV(B) 351.43º 0.86% 0.48% -
XYZ 8.49 4.64 1.82 -
YUV 50.11 117.79 179.28 -
System Red Green Blue C M Y K H S L
Decimal 122 17 32 0 0.86 0.74 0.52 351.43 0.76 0.27
Hex 7A 11 20 0 56 4A 34 15F 4C 1B
Octal 172 21 40 0 126 112 64 537 114 33
Binary 1111010 10001 100000 0 1010110 1001010 110100 101011111 1001100 11011

Color Harmonies of #7A1120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1120

Black with #7A1120

Text Example


Text Example

White with #7A1120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,17,32); }

 H1.HeaderClassName
 {
   color: #7A1120;
 }
 .AnyTagClassName
 {
   color: #7A1120;
 }
</style>

background-color css

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

 a { background-color: rgb(122,17,32); }

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

border-color css

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

 span { border-color: rgb(122,17,32); }

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