Html Css Color HEX #7A313F Paprika

📋 copy color: '#7A313F'

red 122 ◦ green 49 ◦ blue 63

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

Shades of Paprika #7A313F

Tints of Paprika #7A313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.92%

R = 52.14%
G = 20.94%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#7A313F (or 0x7A313F) is known color: Paprika. HEX triplet: 7A, 31 and 3F. RGB value is (122,49,63). Sum of RGB (Red+Green+Blue) = 122+49+63=234 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.14% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 122 - color contains mainly: red. Hex color #7A313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A313F is #85CEC0. Grayscale: #484848. Windows color (decimal): -8769217 or 4141434. OLE color: 4141434.

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

Color convert

RGB 122 49 63 -
CMYK 0 0.60 0.48 0.52
HSL 348.49º 0.43% 0.34% -
HSV(B) 348.49º 0.6% 0.48% -
XYZ 10.02 6.69 5.47 -
YUV 72.42 122.68 163.36 -
System Red Green Blue C M Y K H S L
Decimal 122 49 63 0 0.60 0.48 0.52 348.49 0.43 0.34
Hex 7A 31 3F 0 3C 30 34 15C 2B 22
Octal 172 61 77 0 74 60 64 534 53 42
Binary 1111010 110001 111111 0 111100 110000 110100 101011100 101011 100010

Color Harmonies of #7A313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A313F

Black with #7A313F

Text Example


Text Example

White with #7A313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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