Html Css Color HEX #7A313B Paprika

📋 copy color: '#7A313B'

red 122 ◦ green 49 ◦ blue 59

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

Shades of Paprika #7A313B

Tints of Paprika #7A313B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.3%

 BLUE value IS 59 (23.44% from 255) = 25.65%

R = 53.04%
G = 21.3%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7A313B (or 0x7A313B) is known color: Paprika. HEX triplet: 7A, 31 and 3B. RGB value is (122,49,59). Sum of RGB (Red+Green+Blue) = 122+49+59=230 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.04% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 122 - color contains mainly: red. Hex color #7A313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A313B is #85CEC4. Grayscale: #484848. Windows color (decimal): -8769221 or 3879290. OLE color: 3879290.

HSL color Cylindrical-coordinate representation of color #7A313B: hue angle of 351.78º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A313B is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 49 59 -
CMYK 0 0.60 0.52 0.52
HSL 351.78º 0.43% 0.34% -
HSV(B) 351.78º 0.6% 0.48% -
XYZ 9.91 6.65 4.9 -
YUV 71.97 120.68 163.69 -
System Red Green Blue C M Y K H S L
Decimal 122 49 59 0 0.60 0.52 0.52 351.78 0.43 0.34
Hex 7A 31 3B 0 3C 34 34 160 2B 22
Octal 172 61 73 0 74 64 64 540 53 42
Binary 1111010 110001 111011 0 111100 110100 110100 101100000 101011 100010

Color Harmonies of #7A313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A313B

Black with #7A313B

Text Example


Text Example

White with #7A313B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,49,59); }

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

background-color css

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

 a { background-color: rgb(122,49,59); }

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

border-color css

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

 span { border-color: rgb(122,49,59); }

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