Html Css Color HEX #7A313E Paprika

📋 copy color: '#7A313E'

red 122 ◦ green 49 ◦ blue 62

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

Shades of Paprika #7A313E

Tints of Paprika #7A313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.61%

R = 52.36%
G = 21.03%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.52

RGB Variations

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

Color information

#7A313E (or 0x7A313E) is known color: Paprika. HEX triplet: 7A, 31 and 3E. RGB value is (122,49,62). Sum of RGB (Red+Green+Blue) = 122+49+62=233 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.36% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 122 - color contains mainly: red. Hex color #7A313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A313E is #85CEC1. Grayscale: #484848. Windows color (decimal): -8769218 or 4075898. OLE color: 4075898.

HSL color Cylindrical-coordinate representation of color #7A313E: hue angle of 349.32º 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 #7A313E is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 49 62 -
CMYK 0 0.60 0.49 0.52
HSL 349.32º 0.43% 0.34% -
HSV(B) 349.32º 0.6% 0.48% -
XYZ 9.99 6.68 5.32 -
YUV 72.31 122.18 163.44 -
System Red Green Blue C M Y K H S L
Decimal 122 49 62 0 0.60 0.49 0.52 349.32 0.43 0.34
Hex 7A 31 3E 0 3C 31 34 15D 2B 22
Octal 172 61 76 0 74 61 64 535 53 42
Binary 1111010 110001 111110 0 111100 110001 110100 101011101 101011 100010

Color Harmonies of #7A313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A313E

Black with #7A313E

Text Example


Text Example

White with #7A313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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