Html Css Color HEX #7A1119 Red Berry

📋 copy color: '#7A1119'

red 122 ◦ green 17 ◦ blue 25

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

Shades of Red Berry #7A1119

Tints of Red Berry #7A1119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.24%

R = 74.39%
G = 10.37%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#7A1119 (or 0x7A1119) is known color: Red Berry. HEX triplet: 7A, 11 and 19. RGB value is (122,17,25). Sum of RGB (Red+Green+Blue) = 122+17+25=164 (21% of max value = 765). Red value is 122 (48.05% from 255 or 74.39% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1119 is #85EEE6. Grayscale: #313131. Windows color (decimal): -8777447 or 1642874. OLE color: 1642874.

HSL color Cylindrical-coordinate representation of color #7A1119: hue angle of 355.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 #7A1119 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 17 25 -
CMYK 0 0.86 0.80 0.52
HSL 355.43º 0.76% 0.27% -
HSV(B) 355.43º 0.86% 0.48% -
XYZ 8.4 4.61 1.37 -
YUV 49.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 122 17 25 0 0.86 0.80 0.52 355.43 0.76 0.27
Hex 7A 11 19 0 56 50 34 163 4C 1B
Octal 172 21 31 0 126 120 64 543 114 33
Binary 1111010 10001 11001 0 1010110 1010000 110100 101100011 1001100 11011

Color Harmonies of #7A1119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1119

Black with #7A1119

Text Example


Text Example

White with #7A1119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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