Html Css Color HEX #7C3141 Paprika

📋 copy color: '#7C3141'

red 124 ◦ green 49 ◦ blue 65

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

Shades of Paprika #7C3141

Tints of Paprika #7C3141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.31%

R = 52.1%
G = 20.59%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7C3141 (or 0x7C3141) is known color: Paprika. HEX triplet: 7C, 31 and 41. RGB value is (124,49,65). Sum of RGB (Red+Green+Blue) = 124+49+65=238 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.10% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3141 is #83CEBE. Grayscale: #494949. Windows color (decimal): -8638143 or 4272508. OLE color: 4272508.

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

Color convert

RGB 124 49 65 -
CMYK 0 0.60 0.48 0.51
HSL 347.2º 0.43% 0.34% -
HSV(B) 347.2º 0.6% 0.49% -
XYZ 10.36 6.86 5.78 -
YUV 73.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 124 49 65 0 0.60 0.48 0.51 347.2 0.43 0.34
Hex 7C 31 41 0 3C 30 33 15B 2B 22
Octal 174 61 101 0 74 60 63 533 53 42
Binary 1111100 110001 1000001 0 111100 110000 110011 101011011 101011 100010

Color Harmonies of #7C3141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3141

Black with #7C3141

Text Example


Text Example

White with #7C3141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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