Html Css Color HEX #7A1719 Red Berry

📋 copy color: '#7A1719'

red 122 ◦ green 23 ◦ blue 25

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

Shades of Red Berry #7A1719

Tints of Red Berry #7A1719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.53%

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

R = 71.76%
G = 13.53%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#7A1719 (or 0x7A1719) is known color: Red Berry. HEX triplet: 7A, 17 and 19. RGB value is (122,23,25). Sum of RGB (Red+Green+Blue) = 122+23+25=170 (22% of max value = 765). Red value is 122 (48.05% from 255 or 71.76% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1719 is #85E8E6. Grayscale: #343434. Windows color (decimal): -8775911 or 1644410. OLE color: 1644410.

HSL color Cylindrical-coordinate representation of color #7A1719: hue angle of 358.79º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A1719 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 23 25 -
CMYK 0 0.81 0.80 0.52
HSL 358.79º 0.68% 0.28% -
HSV(B) 358.79º 0.81% 0.48% -
XYZ 8.51 4.82 1.4 -
YUV 52.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 122 23 25 0 0.81 0.80 0.52 358.79 0.68 0.28
Hex 7A 17 19 0 51 50 34 167 44 1C
Octal 172 27 31 0 121 120 64 547 104 34
Binary 1111010 10111 11001 0 1010001 1010000 110100 101100111 1000100 11100

Color Harmonies of #7A1719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1719

Black with #7A1719

Text Example


Text Example

White with #7A1719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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