Html Css Color HEX #7A313C Paprika

📋 copy color: '#7A313C'

red 122 ◦ green 49 ◦ blue 60

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

Shades of Paprika #7A313C

Tints of Paprika #7A313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.97%

R = 52.81%
G = 21.21%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.52

RGB Variations

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

Color information

#7A313C (or 0x7A313C) is known color: Paprika. HEX triplet: 7A, 31 and 3C. RGB value is (122,49,60). Sum of RGB (Red+Green+Blue) = 122+49+60=231 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.81% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 122 - color contains mainly: red. Hex color #7A313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A313C is #85CEC3. Grayscale: #484848. Windows color (decimal): -8769220 or 3944826. OLE color: 3944826.

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

Color convert

RGB 122 49 60 -
CMYK 0 0.60 0.51 0.52
HSL 350.96º 0.43% 0.34% -
HSV(B) 350.96º 0.6% 0.48% -
XYZ 9.94 6.66 5.04 -
YUV 72.08 121.18 163.61 -
System Red Green Blue C M Y K H S L
Decimal 122 49 60 0 0.60 0.51 0.52 350.96 0.43 0.34
Hex 7A 31 3C 0 3C 33 34 15F 2B 22
Octal 172 61 74 0 74 63 64 537 53 42
Binary 1111010 110001 111100 0 111100 110011 110100 101011111 101011 100010

Color Harmonies of #7A313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A313C

Black with #7A313C

Text Example


Text Example

White with #7A313C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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