Html Css Color HEX #7C313F Paprika

📋 copy color: '#7C313F'

red 124 ◦ green 49 ◦ blue 63

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

Shades of Paprika #7C313F

Tints of Paprika #7C313F

RGB

 RED value IS 124 (48.83% from 255) = 52.54%

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

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

R = 52.54%
G = 20.76%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7C313F (or 0x7C313F) is known color: Paprika. HEX triplet: 7C, 31 and 3F. RGB value is (124,49,63). Sum of RGB (Red+Green+Blue) = 124+49+63=236 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.54% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 124 - color contains mainly: red. Hex color #7C313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C313F is #83CEC0. Grayscale: #494949. Windows color (decimal): -8638145 or 4141436. OLE color: 4141436.

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

Color convert

RGB 124 49 63 -
CMYK 0 0.60 0.49 0.51
HSL 348.8º 0.43% 0.34% -
HSV(B) 348.8º 0.6% 0.49% -
XYZ 10.31 6.84 5.48 -
YUV 73.02 122.35 164.36 -
System Red Green Blue C M Y K H S L
Decimal 124 49 63 0 0.60 0.49 0.51 348.8 0.43 0.34
Hex 7C 31 3F 0 3C 31 33 15D 2B 22
Octal 174 61 77 0 74 61 63 535 53 42
Binary 1111100 110001 111111 0 111100 110001 110011 101011101 101011 100010

Color Harmonies of #7C313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C313F

Black with #7C313F

Text Example


Text Example

White with #7C313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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