Html Css Color HEX #7A122A Red Berry

📋 copy color: '#7A122A'

red 122 ◦ green 18 ◦ blue 42

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

Shades of Red Berry #7A122A

Tints of Red Berry #7A122A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.89%

 BLUE value IS 42 (16.8% from 255) = 23.08%

R = 67.03%
G = 9.89%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#7A122A (or 0x7A122A) is known color: Red Berry. HEX triplet: 7A, 12 and 2A. RGB value is (122,18,42). Sum of RGB (Red+Green+Blue) = 122+18+42=182 (24% of max value = 765). Red value is 122 (48.05% from 255 or 67.03% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 122 - color contains mainly: red. Hex color #7A122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A122A is #85EDD5. Grayscale: #333333. Windows color (decimal): -8777174 or 2757242. OLE color: 2757242.

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

Color convert

RGB 122 18 42 -
CMYK 0 0.85 0.66 0.52
HSL 346.15º 0.74% 0.27% -
HSV(B) 346.15º 0.85% 0.48% -
XYZ 8.66 4.74 2.65 -
YUV 51.83 122.46 178.05 -
System Red Green Blue C M Y K H S L
Decimal 122 18 42 0 0.85 0.66 0.52 346.15 0.74 0.27
Hex 7A 12 2A 0 55 42 34 15A 4A 1B
Octal 172 22 52 0 125 102 64 532 112 33
Binary 1111010 10010 101010 0 1010101 1000010 110100 101011010 1001010 11011

Color Harmonies of #7A122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A122A

Black with #7A122A

Text Example


Text Example

White with #7A122A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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