Html Css Color HEX #7A1320 Red Berry

📋 copy color: '#7A1320'

red 122 ◦ green 19 ◦ blue 32

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

Shades of Red Berry #7A1320

Tints of Red Berry #7A1320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.98%

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

R = 70.52%
G = 10.98%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.52

RGB Variations

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

Color information

#7A1320 (or 0x7A1320) is known color: Red Berry. HEX triplet: 7A, 13 and 20. RGB value is (122,19,32). Sum of RGB (Red+Green+Blue) = 122+19+32=173 (22% of max value = 765). Red value is 122 (48.05% from 255 or 70.52% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1320 is #85ECDF. Grayscale: #333333. Windows color (decimal): -8776928 or 2102138. OLE color: 2102138.

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

Color convert

RGB 122 19 32 -
CMYK 0 0.84 0.74 0.52
HSL 352.43º 0.73% 0.28% -
HSV(B) 352.43º 0.84% 0.48% -
XYZ 8.52 4.71 1.83 -
YUV 51.28 117.12 178.44 -
System Red Green Blue C M Y K H S L
Decimal 122 19 32 0 0.84 0.74 0.52 352.43 0.73 0.28
Hex 7A 13 20 0 54 4A 34 160 49 1C
Octal 172 23 40 0 124 112 64 540 111 34
Binary 1111010 10011 100000 0 1010100 1001010 110100 101100000 1001001 11100

Color Harmonies of #7A1320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1320

Black with #7A1320

Text Example


Text Example

White with #7A1320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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