Html Css Color HEX #7C3341 Paprika

📋 copy color: '#7C3341'

red 124 ◦ green 51 ◦ blue 65

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

Shades of Paprika #7C3341

Tints of Paprika #7C3341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.25%

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

R = 51.67%
G = 21.25%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7C3341 (or 0x7C3341) is known color: Paprika. HEX triplet: 7C, 33 and 41. RGB value is (124,51,65). Sum of RGB (Red+Green+Blue) = 124+51+65=240 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.67% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3341 is #83CCBE. Grayscale: #4A4A4A. Windows color (decimal): -8637631 or 4273020. OLE color: 4273020.

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

Color convert

RGB 124 51 65 -
CMYK 0 0.59 0.48 0.51
HSL 348.49º 0.42% 0.34% -
HSV(B) 348.49º 0.59% 0.49% -
XYZ 10.45 7.03 5.81 -
YUV 74.42 122.68 163.36 -
System Red Green Blue C M Y K H S L
Decimal 124 51 65 0 0.59 0.48 0.51 348.49 0.42 0.34
Hex 7C 33 41 0 3B 30 33 15C 2A 22
Octal 174 63 101 0 73 60 63 534 52 42
Binary 1111100 110011 1000001 0 111011 110000 110011 101011100 101010 100010

Color Harmonies of #7C3341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3341

Black with #7C3341

Text Example


Text Example

White with #7C3341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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